class
Amazonite::Kinesis::SubscribeToShardOutput
- Amazonite::Kinesis::SubscribeToShardOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
kinesis/subscribe_to_shard_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(event_stream : SubscribeToShardEventStream)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#event_stream : SubscribeToShardEventStream
The event stream that your consumer can use to read records from the shard.
-
#event_stream=(event_stream : SubscribeToShardEventStream)
The event stream that your consumer can use to read records from the shard.
-
#hash(hasher)
See
Object#hash(hasher) - #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 event_stream : SubscribeToShardEventStream
#
The event stream that your consumer can use to read records from the shard.
def event_stream=(event_stream : SubscribeToShardEventStream)
#
The event stream that your consumer can use to read records from the shard.