Class: Aws::EC2::Types::ExportTaskS3Location
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::ExportTaskS3Location
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the destination for an export image task.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #s3_bucket  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The destination Amazon S3 bucket. 
- 
  
    
      #s3_prefix  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The prefix (logical hierarchy) in the bucket. 
Instance Attribute Details
#s3_bucket ⇒ String
The destination Amazon S3 bucket.
| 32043 32044 32045 32046 32047 32048 | # File 'lib/aws-sdk-ec2/types.rb', line 32043 class ExportTaskS3Location < Struct.new( :s3_bucket, :s3_prefix) SENSITIVE = [] include Aws::Structure end | 
#s3_prefix ⇒ String
The prefix (logical hierarchy) in the bucket.
| 32043 32044 32045 32046 32047 32048 | # File 'lib/aws-sdk-ec2/types.rb', line 32043 class ExportTaskS3Location < Struct.new( :s3_bucket, :s3_prefix) SENSITIVE = [] include Aws::Structure end |