Class: Aws::DataSync::Types::CreateLocationObjectStorageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::CreateLocationObjectStorageResponse
- Defined in:
- gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb
Overview
CreateLocationObjectStorageResponse
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location_arn ⇒ String
Specifies the ARN of the object storage system location that you create.
Instance Attribute Details
#location_arn ⇒ String
Specifies the ARN of the object storage system location that you create.
1071 1072 1073 1074 1075 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1071 class CreateLocationObjectStorageResponse < Struct.new( :location_arn) SENSITIVE = [] include Aws::Structure end |