Class: Aws::DataSync::Types::ReportDestination

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#s3Types::ReportDestinationS3

Specifies the Amazon S3 bucket where DataSync uploads your task report.



4666
4667
4668
4669
4670
# File 'lib/aws-sdk-datasync/types.rb', line 4666

class ReportDestination < Struct.new(
  :s3)
  SENSITIVE = []
  include Aws::Structure
end