Class: Aws::DataSync::Types::ListStorageSystemsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::ListStorageSystemsResponse
- Defined in:
- gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The opaque string that indicates the position to begin the next list of results in the response.
-
#storage_systems ⇒ Array<Types::StorageSystemListEntry>
The Amazon Resource Names ARNs) of the on-premises storage systems that you're using with DataSync Discovery.
Instance Attribute Details
#next_token ⇒ String
The opaque string that indicates the position to begin the next list of results in the response.
3396 3397 3398 3399 3400 3401 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3396 class ListStorageSystemsResponse < Struct.new( :storage_systems, :next_token) SENSITIVE = [] include Aws::Structure end |
#storage_systems ⇒ Array<Types::StorageSystemListEntry>
The Amazon Resource Names ARNs) of the on-premises storage systems that you're using with DataSync Discovery.
3396 3397 3398 3399 3400 3401 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3396 class ListStorageSystemsResponse < Struct.new( :storage_systems, :next_token) SENSITIVE = [] include Aws::Structure end |