Class: Aws::DataSync::Types::ReportDestination
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataSync::Types::ReportDestination
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-datasync/types.rb
 
Overview
Specifies where DataSync uploads your [task report].
[1]: docs.aws.amazon.com/datasync/latest/userguide/task-reports.html
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #s3  ⇒ Types::ReportDestinationS3 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the Amazon S3 bucket where DataSync uploads your task report.
 
Instance Attribute Details
#s3 ⇒ Types::ReportDestinationS3
Specifies the Amazon S3 bucket where DataSync uploads your task report.
      4882 4883 4884 4885 4886  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 4882 class ReportDestination < Struct.new( :s3) SENSITIVE = [] include Aws::Structure end  |