Class: Aws::LicenseManager::Types::ResourceInventory
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ResourceInventory
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Details about a resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#platform ⇒ String
Platform of the resource.
-
#platform_version ⇒ String
Platform version of the resource in the inventory.
-
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the resource.
-
#resource_id ⇒ String
ID of the resource.
-
#resource_owning_account_id ⇒ String
ID of the account that owns the resource.
-
#resource_type ⇒ String
Type of resource.
Instance Attribute Details
#platform ⇒ String
Platform of the resource.
3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3552 class ResourceInventory < Struct.new( :resource_id, :resource_type, :resource_arn, :platform, :platform_version, :resource_owning_account_id) SENSITIVE = [] include Aws::Structure end |
#platform_version ⇒ String
Platform version of the resource in the inventory.
3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3552 class ResourceInventory < Struct.new( :resource_id, :resource_type, :resource_arn, :platform, :platform_version, :resource_owning_account_id) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the resource.
3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3552 class ResourceInventory < Struct.new( :resource_id, :resource_type, :resource_arn, :platform, :platform_version, :resource_owning_account_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
ID of the resource.
3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3552 class ResourceInventory < Struct.new( :resource_id, :resource_type, :resource_arn, :platform, :platform_version, :resource_owning_account_id) SENSITIVE = [] include Aws::Structure end |
#resource_owning_account_id ⇒ String
ID of the account that owns the resource.
3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3552 class ResourceInventory < Struct.new( :resource_id, :resource_type, :resource_arn, :platform, :platform_version, :resource_owning_account_id) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Type of resource.
3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3552 class ResourceInventory < Struct.new( :resource_id, :resource_type, :resource_arn, :platform, :platform_version, :resource_owning_account_id) SENSITIVE = [] include Aws::Structure end |