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

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

#next_tokenString

A token used to get the next set of results.



12688
12689
12690
12691
12692
12693
# File 'lib/aws-sdk-iot/types.rb', line 12688

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

#streamsArray<Types::StreamSummary>

A list of streams.



12688
12689
12690
12691
12692
12693
# File 'lib/aws-sdk-iot/types.rb', line 12688

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