class
Amazonite::Kinesis::ListShardsOutput
- Amazonite::Kinesis::ListShardsOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
kinesis/list_shards_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(shards : Array(Shard) | Nil = nil, 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. -
#hash(hasher)
See
Object#hash(hasher) -
#next_token : String | Nil
When the number of shards in the data stream is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of shards in the data stream, the response includes a pagination token namedNextToken. -
#next_token=(next_token : String | Nil)
When the number of shards in the data stream is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of shards in the data stream, the response includes a pagination token namedNextToken. -
#shards : Array(Shard) | Nil
An array of JSON objects.
-
#shards=(shards : Array(Shard) | Nil)
An array of JSON objects.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
When the number of shards in the data stream is greater than the default value for the
MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than
the number of shards in the data stream, the response includes a pagination token named
NextToken. You can specify this NextToken value in a subsequent call to ListShards to list
the next set of shards. For more information about the use of this pagination token when calling
the ListShards operation, see ListShardsInput$NextToken.
Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a
call to ListShards, you have 300 seconds to use that value. If you specify an expired token in
a call to ListShards, you get ExpiredNextTokenException.
When the number of shards in the data stream is greater than the default value for the
MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than
the number of shards in the data stream, the response includes a pagination token named
NextToken. You can specify this NextToken value in a subsequent call to ListShards to list
the next set of shards. For more information about the use of this pagination token when calling
the ListShards operation, see ListShardsInput$NextToken.
Tokens expire after 300 seconds. When you obtain a value for NextToken in the response to a
call to ListShards, you have 300 seconds to use that value. If you specify an expired token in
a call to ListShards, you get ExpiredNextTokenException.
An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.
An array of JSON objects. Each object represents one shard and specifies the IDs of the shard, the shard's parent, and the shard that's adjacent to the shard's parent. Each object also contains the starting and ending hash keys and the starting and ending sequence numbers for the shard.