class
Amazonite::Kinesis::SubscribeToShardEventStream
- Amazonite::Kinesis::SubscribeToShardEventStream
- Reference
- Object
Overview
This is a tagged union for all of the types of events an enhanced fan-out consumer can receive over HTTP/2 after a call to SubscribeToShard.
Included Modules
- JSON::Serializable
Defined in:
kinesis/subscribe_to_shard_event_stream.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#subscribe_to_shard_event : SubscribeToShardEvent | Nil
After you call SubscribeToShard, Kinesis Data Streams sends events of this type to your consumer.
-
#subscribe_to_shard_event=(subscribe_to_shard_event : SubscribeToShardEvent | Nil)
After you call SubscribeToShard, Kinesis Data Streams sends events of this type to your consumer.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
After you call SubscribeToShard, Kinesis Data Streams sends events of this type to your consumer. For an example of how to handle these events, see Enhanced Fan-Out Using the Kinesis Data Streams API.
After you call SubscribeToShard, Kinesis Data Streams sends events of this type to your consumer. For an example of how to handle these events, see Enhanced Fan-Out Using the Kinesis Data Streams API.