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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datasync/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)


3454
3455
3456
3457
3458
3459
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3454

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:



3454
3455
3456
3457
3458
3459
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3454

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