Class: Aws::LicenseManager::Types::LicenseConfigurationAssociation

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

Overview

Describes an association with a license configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ami_association_scopeString

Scope of AMI associations. The possible value is cross-account.

Returns:

  • (String)


2085
2086
2087
2088
2089
2090
2091
2092
2093
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2085

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

#association_timeTime

Time when the license configuration was associated with the resource.

Returns:

  • (Time)


2085
2086
2087
2088
2089
2090
2091
2092
2093
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2085

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

#resource_arnString

Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


2085
2086
2087
2088
2089
2090
2091
2092
2093
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2085

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

#resource_owner_idString

ID of the Amazon Web Services account that owns the resource consuming licenses.

Returns:

  • (String)


2085
2086
2087
2088
2089
2090
2091
2092
2093
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2085

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

#resource_typeString

Type of server resource.

Returns:

  • (String)


2085
2086
2087
2088
2089
2090
2091
2092
2093
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2085

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