Class: Aws::EC2::Types::ImportImageLicenseConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ImportImageLicenseConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
The request information of license configurations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#license_configuration_arn ⇒ String
The ARN of a license configuration.
Instance Attribute Details
#license_configuration_arn ⇒ String
The ARN of a license configuration.
40785 40786 40787 40788 40789 |
# File 'lib/aws-sdk-ec2/types.rb', line 40785 class ImportImageLicenseConfigurationRequest < Struct.new( :license_configuration_arn) SENSITIVE = [] include Aws::Structure end |