Class: Aws::CloudTrail::Types::ImportSource
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudTrail::Types::ImportSource
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudtrail/types.rb
 
Overview
The import source.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #s3  ⇒ Types::S3ImportSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The source S3 bucket.
 
Instance Attribute Details
#s3 ⇒ Types::S3ImportSource
The source S3 bucket.
      2669 2670 2671 2672 2673  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 2669 class ImportSource < Struct.new( :s3) SENSITIVE = [] include Aws::Structure end  |