class
Amazonite::Kinesis::SubscribeToShardInput
- Amazonite::Kinesis::SubscribeToShardInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
kinesis/subscribe_to_shard_input.crConstructors
- .new(consumer_arn : String, shard_id : String, starting_position : StartingPosition, stream_id : String | Nil = nil, dry_run : Bool | Nil = nil)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#consumer_arn : String
For this parameter, use the value you obtained when you called RegisterStreamConsumer.
-
#consumer_arn=(consumer_arn : String)
For this parameter, use the value you obtained when you called RegisterStreamConsumer.
-
#dry_run : Bool | Nil
Checks if your request will succeed.
-
#dry_run=(dry_run : Bool | Nil)
Checks if your request will succeed.
-
#hash(hasher)
See
Object#hash(hasher) -
#shard_id : String
The ID of the shard you want to subscribe to.
-
#shard_id=(shard_id : String)
The ID of the shard you want to subscribe to.
-
#starting_position : StartingPosition
The starting position in the data stream from which to start streaming.
-
#starting_position=(starting_position : StartingPosition)
The starting position in the data stream from which to start streaming.
-
#stream_id : String | Nil
Not Implemented.
-
#stream_id=(stream_id : String | Nil)
Not Implemented.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
For this parameter, use the value you obtained when you called RegisterStreamConsumer.
For this parameter, use the value you obtained when you called RegisterStreamConsumer.
Checks if your request will succeed. DryRun is an optional parameter.
The ID of the shard you want to subscribe to. To see a list of all the shards for a given stream, use ListShards.
The ID of the shard you want to subscribe to. To see a list of all the shards for a given stream, use ListShards.
The starting position in the data stream from which to start streaming.
The starting position in the data stream from which to start streaming.