Class: Aws::LicenseManager::Types::LicenseConfigurationAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::LicenseConfigurationAssociation
- 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
-
#ami_association_scope ⇒ String
Scope of AMI associations.
-
#association_time ⇒ Time
Time when the license configuration was associated with the resource.
-
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the resource.
-
#resource_owner_id ⇒ String
ID of the Amazon Web Services account that owns the resource consuming licenses.
-
#resource_type ⇒ String
Type of server resource.
Instance Attribute Details
#ami_association_scope ⇒ String
Scope of AMI associations. The possible value is cross-account
.
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_time ⇒ Time
Time when the license configuration was associated with the resource.
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_arn ⇒ String
Amazon Resource Name (ARN) of the resource.
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_id ⇒ String
ID of the Amazon Web Services account that owns the resource consuming licenses.
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_type ⇒ String
Type of server resource.
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 |