Class: Aws::LicenseManager::Types::ResourceInventory

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb

Overview

Details about a resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#platformString

Platform of the resource.

Returns:

  • (String)


3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
# File 'gems/aws-sdk-licensemanager/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_versionString

Platform version of the resource in the inventory.

Returns:

  • (String)


3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
# File 'gems/aws-sdk-licensemanager/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_arnString

Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
# File 'gems/aws-sdk-licensemanager/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_idString

ID of the resource.

Returns:

  • (String)


3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
# File 'gems/aws-sdk-licensemanager/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_idString

ID of the account that owns the resource.

Returns:

  • (String)


3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
# File 'gems/aws-sdk-licensemanager/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_typeString

Type of resource.

Returns:

  • (String)


3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
# File 'gems/aws-sdk-licensemanager/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