Class: Aws::DataSync::Types::ReportDestinationS3

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

Instance Attribute Details

#bucket_access_role_arnString

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.

Returns:

  • (String)


4701
4702
4703
4704
4705
4706
4707
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4701

class ReportDestinationS3 < Struct.new(
  :subdirectory,
  :s3_bucket_arn,
  :bucket_access_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#s3_bucket_arnString

Specifies the ARN of the S3 bucket where DataSync uploads your report.

Returns:

  • (String)


4701
4702
4703
4704
4705
4706
4707
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4701

class ReportDestinationS3 < Struct.new(
  :subdirectory,
  :s3_bucket_arn,
  :bucket_access_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#subdirectoryString

Specifies a bucket prefix for your report.

Returns:

  • (String)


4701
4702
4703
4704
4705
4706
4707
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4701

class ReportDestinationS3 < Struct.new(
  :subdirectory,
  :s3_bucket_arn,
  :bucket_access_role_arn)
  SENSITIVE = []
  include Aws::Structure
end