Class: Aws::EC2::Types::ImportImageLicenseConfigurationResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::ImportImageLicenseConfigurationResponse
 
 
- 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
- 
  
    
      #license_configuration_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of a license configuration.
 
Instance Attribute Details
#license_configuration_arn ⇒ String
The ARN of a license configuration.
      38306 38307 38308 38309 38310  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 38306 class ImportImageLicenseConfigurationResponse < Struct.new( :license_configuration_arn) SENSITIVE = [] include Aws::Structure end  |