Class: Aws::DataSync::Types::ListStorageSystemsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datasync/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The opaque string that indicates the position to begin the next list of results in the response.

Returns:

  • (String)


3396
3397
3398
3399
3400
3401
# File 'lib/aws-sdk-datasync/types.rb', line 3396

class ListStorageSystemsResponse < Struct.new(
  :storage_systems,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#storage_systemsArray<Types::StorageSystemListEntry>

The Amazon Resource Names ARNs) of the on-premises storage systems that you’re using with DataSync Discovery.

Returns:



3396
3397
3398
3399
3400
3401
# File 'lib/aws-sdk-datasync/types.rb', line 3396

class ListStorageSystemsResponse < Struct.new(
  :storage_systems,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end