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

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

Overview

Note:

When making an API call, you may pass LaunchTemplateLicenseConfigurationRequest data as a hash:

{
  license_configuration_arn: "String",
}

Describes a license configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#license_configuration_arnString

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

Returns:

  • (String)


24297
24298
24299
24300
# File 'lib/aws-sdk-ec2/types.rb', line 24297

class LaunchTemplateLicenseConfigurationRequest < Struct.new(
  :license_configuration_arn)
  include Aws::Structure
end