Class: Aws::EC2::Types::LaunchTemplateLicenseConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::LaunchTemplateLicenseConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a license configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#license_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the license configuration.
Instance Attribute Details
#license_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the license configuration.
45811 45812 45813 45814 45815 |
# File 'lib/aws-sdk-ec2/types.rb', line 45811 class LaunchTemplateLicenseConfigurationRequest < Struct.new( :license_configuration_arn) SENSITIVE = [] include Aws::Structure end |