Class: Aws::EC2::Types::ImportImageLicenseConfigurationRequest

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

Overview

The request information of license configurations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#license_configuration_arnString

The ARN of a license configuration.

Returns:

  • (String)


37598
37599
37600
37601
37602
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37598

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