class
Amazonite::Kinesis::ListStreamsOutput
- Amazonite::Kinesis::ListStreamsOutput
- Reference
- Object
Overview
Represents the output for ListStreams.
Included Modules
- JSON::Serializable
Defined in:
kinesis/list_streams_output.crConstructors
- .new(stream_names : Array(String), has_more_streams : Bool, next_token : String | Nil = nil, stream_summaries : Array(StreamSummary) | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#has_more_streams : Bool
If set to
true, there are more streams available to list. -
#has_more_streams=(has_more_streams : Bool)
If set to
true, there are more streams available to list. -
#hash(hasher)
See
Object#hash(hasher) - #next_token : String | Nil
- #next_token=(next_token : String | Nil)
-
#stream_names : Array(String)
The names of the streams that are associated with the Amazon Web Services account making the
ListStreamsrequest. -
#stream_names=(stream_names : Array(String))
The names of the streams that are associated with the Amazon Web Services account making the
ListStreamsrequest. - #stream_summaries : Array(StreamSummary) | Nil
- #stream_summaries=(stream_summaries : Array(StreamSummary) | Nil)
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
If set to true, there are more streams available to list.
The names of the streams that are associated with the Amazon Web Services account making the
ListStreams request.
The names of the streams that are associated with the Amazon Web Services account making the
ListStreams request.