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)


3327
3328
3329
3330
3331
3332
# File 'lib/aws-sdk-datasync/types.rb', line 3327

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:



3327
3328
3329
3330
3331
3332
# File 'lib/aws-sdk-datasync/types.rb', line 3327

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