class
Amazonite::Kinesis::ListChannelsInput
- Amazonite::Kinesis::ListChannelsInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
kinesis/list_channels_input.crConstructors
- .new(pull : JSON::PullParser)
- .new(stream_filter : Array(StreamFilter) | Nil = nil, max_results : Int32 | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#max_results : Int32 | Nil
The maximum number of channels to return in a single call.
-
#max_results=(max_results : Int32 | Nil)
The maximum number of channels to return in a single call.
-
#next_token : String | Nil
The pagination token returned by a previous call.
-
#next_token=(next_token : String | Nil)
The pagination token returned by a previous call.
-
#stream_filter : Array(StreamFilter) | Nil
Filters the results to channels associated with the specified streams.
-
#stream_filter=(stream_filter : Array(StreamFilter) | Nil)
Filters the results to channels associated with the specified streams.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The maximum number of channels to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 results are returned.
The maximum number of channels to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 results are returned.
The pagination token returned by a previous call. Specify this token to retrieve the next page
of results. This value is null when there are no more results to return.
The pagination token returned by a previous call. Specify this token to retrieve the next page
of results. This value is null when there are no more results to return.
Filters the results to channels associated with the specified streams.
Filters the results to channels associated with the specified streams.