class
Amazonite::Kinesis::ListChannelsOutput
- Amazonite::Kinesis::ListChannelsOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
kinesis/list_channels_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(channel_summaries : Array(ChannelSummary), next_token : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#channel_summaries : Array(ChannelSummary)
A list of channel summaries.
-
#channel_summaries=(channel_summaries : Array(ChannelSummary))
A list of channel summaries.
-
#hash(hasher)
See
Object#hash(hasher) -
#next_token : String | Nil
The pagination token to use in a subsequent call to retrieve the next page of results.
-
#next_token=(next_token : String | Nil)
The pagination token to use in a subsequent call to retrieve the next page of results.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def next_token : String | Nil
#
The pagination token to use in a subsequent call to retrieve the next page of results. This
value is null when there are no more results to return.
def next_token=(next_token : String | Nil)
#
The pagination token to use in a subsequent call to retrieve the next page of results. This
value is null when there are no more results to return.