Class: Aws::DataSync::Types::ListStorageSystemsRequest

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

#max_resultsInteger

Specifies how many results you want in the response.

Returns:

  • (Integer)


3443
3444
3445
3446
3447
3448
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3443

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

#next_tokenString

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

Returns:

  • (String)


3443
3444
3445
3446
3447
3448
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3443

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