Class: Aws::LicenseManager::Types::LicenseSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::LicenseSpecification
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Details for associating a license configuration with a resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ami_association_scope ⇒ String
Scope of AMI associations.
-
#license_configuration_arn ⇒ String
Amazon Resource Name (ARN) of the license configuration.
Instance Attribute Details
#ami_association_scope ⇒ String
Scope of AMI associations. The possible value is ‘cross-account`.
2275 2276 2277 2278 2279 2280 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 2275 class LicenseSpecification < Struct.new( :license_configuration_arn, :ami_association_scope) SENSITIVE = [] include Aws::Structure end |
#license_configuration_arn ⇒ String
Amazon Resource Name (ARN) of the license configuration.
2275 2276 2277 2278 2279 2280 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 2275 class LicenseSpecification < Struct.new( :license_configuration_arn, :ami_association_scope) SENSITIVE = [] include Aws::Structure end |