Class: Aws::EC2::Types::CreateStoreImageTaskResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CreateStoreImageTaskResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #object_key  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the stored AMI object in the S3 bucket.
 
Instance Attribute Details
#object_key ⇒ String
The name of the stored AMI object in the S3 bucket.
      11744 11745 11746 11747 11748  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 11744 class CreateStoreImageTaskResult < Struct.new( :object_key) SENSITIVE = [] include Aws::Structure end  |