Class: Aws::DataSync::Types::CreateLocationS3Response

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

Overview

CreateLocationS3Response

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#location_arnString

The Amazon Resource Name (ARN) of the source Amazon S3 bucket location that is created.

Returns:

  • (String)


1128
1129
1130
1131
1132
# File 'lib/aws-sdk-datasync/types.rb', line 1128

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