Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ResourceInventory = ResourceInventory' {}
- newResourceInventory :: ResourceInventory
- resourceInventory_platform :: Lens' ResourceInventory (Maybe Text)
- resourceInventory_resourceId :: Lens' ResourceInventory (Maybe Text)
- resourceInventory_resourceType :: Lens' ResourceInventory (Maybe ResourceType)
- resourceInventory_platformVersion :: Lens' ResourceInventory (Maybe Text)
- resourceInventory_resourceArn :: Lens' ResourceInventory (Maybe Text)
- resourceInventory_resourceOwningAccountId :: Lens' ResourceInventory (Maybe Text)
Documentation
data ResourceInventory Source #
Details about a resource.
See: newResourceInventory
smart constructor.
ResourceInventory' | |
|
Instances
newResourceInventory :: ResourceInventory Source #
Create a value of ResourceInventory
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:platform:ResourceInventory'
, resourceInventory_platform
- Platform of the resource.
$sel:resourceId:ResourceInventory'
, resourceInventory_resourceId
- ID of the resource.
$sel:resourceType:ResourceInventory'
, resourceInventory_resourceType
- Type of resource.
$sel:platformVersion:ResourceInventory'
, resourceInventory_platformVersion
- Platform version of the resource in the inventory.
$sel:resourceArn:ResourceInventory'
, resourceInventory_resourceArn
- Amazon Resource Name (ARN) of the resource.
$sel:resourceOwningAccountId:ResourceInventory'
, resourceInventory_resourceOwningAccountId
- ID of the account that owns the resource.
resourceInventory_platform :: Lens' ResourceInventory (Maybe Text) Source #
Platform of the resource.
resourceInventory_resourceId :: Lens' ResourceInventory (Maybe Text) Source #
ID of the resource.
resourceInventory_resourceType :: Lens' ResourceInventory (Maybe ResourceType) Source #
Type of resource.
resourceInventory_platformVersion :: Lens' ResourceInventory (Maybe Text) Source #
Platform version of the resource in the inventory.
resourceInventory_resourceArn :: Lens' ResourceInventory (Maybe Text) Source #
Amazon Resource Name (ARN) of the resource.
resourceInventory_resourceOwningAccountId :: Lens' ResourceInventory (Maybe Text) Source #
ID of the account that owns the resource.