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 ARN of the S3 location that you created.

Returns:

  • (String)


1139
1140
1141
1142
1143
# File 'lib/aws-sdk-datasync/types.rb', line 1139

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