Class: Aws::DataSync::Types::StorageSystemListEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::StorageSystemListEntry
- Defined in:
- gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb
Overview
Information that identifies an on-premises storage system that you're using with DataSync Discovery.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of an on-premises storage system that you added to DataSync Discovery.
-
#storage_system_arn ⇒ String
The Amazon Resource Names (ARN) of an on-premises storage system that you added to DataSync Discovery.
Instance Attribute Details
#name ⇒ String
The name of an on-premises storage system that you added to DataSync Discovery.
5540 5541 5542 5543 5544 5545 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5540 class StorageSystemListEntry < Struct.new( :storage_system_arn, :name) SENSITIVE = [] include Aws::Structure end |
#storage_system_arn ⇒ String
The Amazon Resource Names (ARN) of an on-premises storage system that you added to DataSync Discovery.
5540 5541 5542 5543 5544 5545 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5540 class StorageSystemListEntry < Struct.new( :storage_system_arn, :name) SENSITIVE = [] include Aws::Structure end |