Method: Aws::DataSync::Types::ReportDestination#s3
- Defined in:
- lib/aws-sdk-datasync/types.rb
#s3 ⇒ Types::ReportDestinationS3
Specifies the Amazon S3 bucket where DataSync uploads your task report.
4983 4984 4985 4986 4987 |
# File 'lib/aws-sdk-datasync/types.rb', line 4983 class ReportDestination < Struct.new( :s3) SENSITIVE = [] include Aws::Structure end |