Class: Aws::DataSync::Types::SourceManifestConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataSync::Types::SourceManifestConfig
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-datasync/types.rb
 
Overview
Specifies the manifest that you want DataSync to use and where it’s hosted. For more information and configuration examples, see [Specifying what DataSync transfers by using a manifest].
[1]: docs.aws.amazon.com/datasync/latest/userguide/transferring-with-manifest.html
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #s3  ⇒ Types::S3ManifestConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the S3 bucket where you’re hosting your manifest.
 
Instance Attribute Details
#s3 ⇒ Types::S3ManifestConfig
Specifies the S3 bucket where you’re hosting your manifest.
      5014 5015 5016 5017 5018  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 5014 class SourceManifestConfig < Struct.new( :s3) SENSITIVE = [] include Aws::Structure end  |