Class: Aws::DataSync::Types::DescribeLocationObjectStorageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::DescribeLocationObjectStorageRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
DescribeLocationObjectStorageRequest
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the object storage system location.
Instance Attribute Details
#location_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the object storage system location.
2192 2193 2194 2195 2196 |
# File 'lib/aws-sdk-datasync/types.rb', line 2192 class DescribeLocationObjectStorageRequest < Struct.new( :location_arn) SENSITIVE = [] include Aws::Structure end |