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)


12134
12135
12136
12137
12138
12139
12140
# File 'lib/aws-sdk-iot/types.rb', line 12134

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)


12134
12135
12136
12137
12138
12139
12140
# File 'lib/aws-sdk-iot/types.rb', line 12134

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)


12134
12135
12136
12137
12138
12139
12140
# File 'lib/aws-sdk-iot/types.rb', line 12134

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