Class: Aws::EC2::Types::LaunchTemplateLicenseConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes a license configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#license_configuration_arnString

The Amazon Resource Name (ARN) of the license configuration.

Returns:

  • (String)


45103
45104
45105
45106
45107
# File 'lib/aws-sdk-ec2/types.rb', line 45103

class LaunchTemplateLicenseConfigurationRequest < Struct.new(
  :license_configuration_arn)
  SENSITIVE = []
  include Aws::Structure
end