Class: Aws::LicenseManager::Types::LicenseConfigurationUsage

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

Overview

Details about the usage of a resource associated with a license configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#association_timeTime

Time when the license configuration was initially associated with the resource.

Returns:

  • (Time)


2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2125

class LicenseConfigurationUsage < Struct.new(
  :resource_arn,
  :resource_type,
  :resource_status,
  :resource_owner_id,
  :association_time,
  :consumed_licenses)
  SENSITIVE = []
  include Aws::Structure
end

#consumed_licensesInteger

Number of licenses consumed by the resource.

Returns:

  • (Integer)


2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2125

class LicenseConfigurationUsage < Struct.new(
  :resource_arn,
  :resource_type,
  :resource_status,
  :resource_owner_id,
  :association_time,
  :consumed_licenses)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2125

class LicenseConfigurationUsage < Struct.new(
  :resource_arn,
  :resource_type,
  :resource_status,
  :resource_owner_id,
  :association_time,
  :consumed_licenses)
  SENSITIVE = []
  include Aws::Structure
end

#resource_owner_idString

ID of the account that owns the resource.

Returns:

  • (String)


2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2125

class LicenseConfigurationUsage < Struct.new(
  :resource_arn,
  :resource_type,
  :resource_status,
  :resource_owner_id,
  :association_time,
  :consumed_licenses)
  SENSITIVE = []
  include Aws::Structure
end

#resource_statusString

Status of the resource.

Returns:

  • (String)


2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2125

class LicenseConfigurationUsage < Struct.new(
  :resource_arn,
  :resource_type,
  :resource_status,
  :resource_owner_id,
  :association_time,
  :consumed_licenses)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

Type of resource.

Returns:

  • (String)


2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2125

class LicenseConfigurationUsage < Struct.new(
  :resource_arn,
  :resource_type,
  :resource_status,
  :resource_owner_id,
  :association_time,
  :consumed_licenses)
  SENSITIVE = []
  include Aws::Structure
end