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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datasync/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)


1146
1147
1148
1149
1150
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1146

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