Class: Aws::DataSync::Types::ReportDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::ReportDestination
- Defined in:
- gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb
Overview
Specifies where DataSync uploads your task report.
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.
4666 4667 4668 4669 4670 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4666 class ReportDestination < Struct.new( :s3) SENSITIVE = [] include Aws::Structure end |