Class: Aws::DataSync::Types::S3Config

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

Overview

Specifies the Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that DataSync uses to access your S3 bucket.

For more information, see Accessing S3 buckets.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_access_role_arnString

Specifies the ARN of the IAM role that DataSync uses to access your S3 bucket.

Returns:

  • (String)


4899
4900
4901
4902
4903
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4899

class S3Config < Struct.new(
  :bucket_access_role_arn)
  SENSITIVE = []
  include Aws::Structure
end