Class: Aws::IoT::Types::ListStreamsRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ascending_orderBoolean

Set to true to return the list of streams in ascending order.

Returns:

  • (Boolean)


11324
11325
11326
11327
11328
11329
11330
# File 'lib/aws-sdk-iot/types.rb', line 11324

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

#max_resultsInteger

The maximum number of results to return at a time.

Returns:

  • (Integer)


11324
11325
11326
11327
11328
11329
11330
# File 'lib/aws-sdk-iot/types.rb', line 11324

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

#next_tokenString

A token used to get the next set of results.

Returns:

  • (String)


11324
11325
11326
11327
11328
11329
11330
# File 'lib/aws-sdk-iot/types.rb', line 11324

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