Class: Aws::DataSync::Types::CreateLocationObjectStorageResponse

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

Overview

CreateLocationObjectStorageResponse

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#location_arnString

Specifies the ARN of the object storage system location that you create.

Returns:

  • (String)


1030
1031
1032
1033
1034
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1030

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