Class: Aws::IoT::Types::ListStreamsResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token used to get the next set of results.

Returns:

  • (String)


10907
10908
10909
10910
10911
10912
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10907

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

#streamsArray<Types::StreamSummary>

A list of streams.

Returns:



10907
10908
10909
10910
10911
10912
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10907

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