Class: Aws::EC2::Types::ImportImageLicenseConfigurationResponse

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

Overview

The response information for license configurations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#license_configuration_arnString

The ARN of a license configuration.

Returns:

  • (String)


37708
37709
37710
37711
37712
# File 'lib/aws-sdk-ec2/types.rb', line 37708

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