Class: Aws::DataSync::Types::DescribeLocationObjectStorageRequest

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

Overview

DescribeLocationObjectStorageRequest

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#location_arnString

Specifies the Amazon Resource Name (ARN) of the object storage system location.

Returns:

  • (String)


2112
2113
2114
2115
2116
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2112

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