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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datasync/types.rb

Overview

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

[1]: docs.aws.amazon.com/datasync/latest/userguide/creating-task-reports.html

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].

[1]: docs.aws.amazon.com/https:/docs.aws.amazon.com/datasync/latest/userguide/creating-task-reports.html

Returns:

  • (String)


4491
4492
4493
4494
4495
4496
4497
# File 'lib/aws-sdk-datasync/types.rb', line 4491

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)


4491
4492
4493
4494
4495
4496
4497
# File 'lib/aws-sdk-datasync/types.rb', line 4491

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)


4491
4492
4493
4494
4495
4496
4497
# File 'lib/aws-sdk-datasync/types.rb', line 4491

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