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
-
#ami_id ⇒ String
Amazon Machine Image (AMI) ID associated with the resource.
-
#host_id ⇒ String
Dedicated Host ID where the resource is running.
-
#instance_type ⇒ String
EC2 instance type of the resource.
-
#marketplace_product_codes ⇒ Array<String>
List of Marketplace product codes associated with the resource.
-
#platform ⇒ String
Platform of the resource.
-
#platform_version ⇒ String
Platform version of the resource in the inventory.
-
#region ⇒ String
Region where the resource is located.
-
#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.
-
#usage_operation ⇒ String
Usage operation value that corresponds to the license type for billing purposes.
Instance Attribute Details
#ami_id ⇒ String
Amazon Machine Image (AMI) ID associated with the resource.
4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 4431 class ResourceInventory < Struct.new( :resource_id, :resource_type, :resource_arn, :platform, :platform_version, :resource_owning_account_id, :marketplace_product_codes, :usage_operation, :ami_id, :host_id, :region, :instance_type) SENSITIVE = [] include Aws::Structure end |
#host_id ⇒ String
Dedicated Host ID where the resource is running.
4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 4431 class ResourceInventory < Struct.new( :resource_id, :resource_type, :resource_arn, :platform, :platform_version, :resource_owning_account_id, :marketplace_product_codes, :usage_operation, :ami_id, :host_id, :region, :instance_type) SENSITIVE = [] include Aws::Structure end |
#instance_type ⇒ String
EC2 instance type of the resource.
4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 4431 class ResourceInventory < Struct.new( :resource_id, :resource_type, :resource_arn, :platform, :platform_version, :resource_owning_account_id, :marketplace_product_codes, :usage_operation, :ami_id, :host_id, :region, :instance_type) SENSITIVE = [] include Aws::Structure end |
#marketplace_product_codes ⇒ Array<String>
List of Marketplace product codes associated with the resource.
4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 4431 class ResourceInventory < Struct.new( :resource_id, :resource_type, :resource_arn, :platform, :platform_version, :resource_owning_account_id, :marketplace_product_codes, :usage_operation, :ami_id, :host_id, :region, :instance_type) SENSITIVE = [] include Aws::Structure end |
#platform ⇒ String
Platform of the resource.
4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 4431 class ResourceInventory < Struct.new( :resource_id, :resource_type, :resource_arn, :platform, :platform_version, :resource_owning_account_id, :marketplace_product_codes, :usage_operation, :ami_id, :host_id, :region, :instance_type) SENSITIVE = [] include Aws::Structure end |
#platform_version ⇒ String
Platform version of the resource in the inventory.
4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 4431 class ResourceInventory < Struct.new( :resource_id, :resource_type, :resource_arn, :platform, :platform_version, :resource_owning_account_id, :marketplace_product_codes, :usage_operation, :ami_id, :host_id, :region, :instance_type) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
Region where the resource is located.
4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 4431 class ResourceInventory < Struct.new( :resource_id, :resource_type, :resource_arn, :platform, :platform_version, :resource_owning_account_id, :marketplace_product_codes, :usage_operation, :ami_id, :host_id, :region, :instance_type) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the resource.
4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 4431 class ResourceInventory < Struct.new( :resource_id, :resource_type, :resource_arn, :platform, :platform_version, :resource_owning_account_id, :marketplace_product_codes, :usage_operation, :ami_id, :host_id, :region, :instance_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
ID of the resource.
4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 4431 class ResourceInventory < Struct.new( :resource_id, :resource_type, :resource_arn, :platform, :platform_version, :resource_owning_account_id, :marketplace_product_codes, :usage_operation, :ami_id, :host_id, :region, :instance_type) SENSITIVE = [] include Aws::Structure end |
#resource_owning_account_id ⇒ String
ID of the account that owns the resource.
4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 4431 class ResourceInventory < Struct.new( :resource_id, :resource_type, :resource_arn, :platform, :platform_version, :resource_owning_account_id, :marketplace_product_codes, :usage_operation, :ami_id, :host_id, :region, :instance_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Type of resource.
4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 4431 class ResourceInventory < Struct.new( :resource_id, :resource_type, :resource_arn, :platform, :platform_version, :resource_owning_account_id, :marketplace_product_codes, :usage_operation, :ami_id, :host_id, :region, :instance_type) SENSITIVE = [] include Aws::Structure end |
#usage_operation ⇒ String
Usage operation value that corresponds to the license type for billing purposes.
4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 4431 class ResourceInventory < Struct.new( :resource_id, :resource_type, :resource_arn, :platform, :platform_version, :resource_owning_account_id, :marketplace_product_codes, :usage_operation, :ami_id, :host_id, :region, :instance_type) SENSITIVE = [] include Aws::Structure end |