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)


2104
2105
2106
2107
2108
2109
2110
2111
2112
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2104

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)


2104
2105
2106
2107
2108
2109
2110
2111
2112
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2104

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)


2104
2105
2106
2107
2108
2109
2110
2111
2112
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2104

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)


2104
2105
2106
2107
2108
2109
2110
2111
2112
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2104

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)


2104
2105
2106
2107
2108
2109
2110
2111
2112
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2104

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