Class: Aws::DataSync::Types::AddStorageSystemResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::AddStorageSystemResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#storage_system_arn ⇒ String
The ARN of the on-premises storage system that you can use with DataSync Discovery.
Instance Attribute Details
#storage_system_arn ⇒ String
The ARN of the on-premises storage system that you can use with DataSync Discovery.
85 86 87 88 89 |
# File 'lib/aws-sdk-datasync/types.rb', line 85 class AddStorageSystemResponse < Struct.new( :storage_system_arn) SENSITIVE = [] include Aws::Structure end |