Class: Aws::DataSync::Types::ReportDestinationS3
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::ReportDestinationS3
- Defined in:
- gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb
Overview
Specifies the Amazon S3 bucket where DataSync uploads your task report.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_access_role_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the IAM policy that allows DataSync to upload a task report to your S3 bucket.
-
#s3_bucket_arn ⇒ String
Specifies the ARN of the S3 bucket where DataSync uploads your report.
-
#subdirectory ⇒ String
Specifies a bucket prefix for your report.
Instance Attribute Details
#bucket_access_role_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the IAM policy that allows DataSync to upload a task report to your S3 bucket. For more information, see Allowing DataSync to upload a task report to an Amazon S3 bucket.
4917 4918 4919 4920 4921 4922 4923 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4917 class ReportDestinationS3 < Struct.new( :subdirectory, :s3_bucket_arn, :bucket_access_role_arn) SENSITIVE = [] include Aws::Structure end |
#s3_bucket_arn ⇒ String
Specifies the ARN of the S3 bucket where DataSync uploads your report.
4917 4918 4919 4920 4921 4922 4923 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4917 class ReportDestinationS3 < Struct.new( :subdirectory, :s3_bucket_arn, :bucket_access_role_arn) SENSITIVE = [] include Aws::Structure end |
#subdirectory ⇒ String
Specifies a bucket prefix for your report.
4917 4918 4919 4920 4921 4922 4923 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4917 class ReportDestinationS3 < Struct.new( :subdirectory, :s3_bucket_arn, :bucket_access_role_arn) SENSITIVE = [] include Aws::Structure end |