You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Kinesis::Types::SubscribeToShardInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::SubscribeToShardInput
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#consumer_arn ⇒ String
For this parameter, use the value you obtained when you called RegisterStreamConsumer.
-
#shard_id ⇒ String
The ID of the shard you want to subscribe to.
-
#starting_position ⇒ Types::StartingPosition
Instance Attribute Details
#consumer_arn ⇒ String
For this parameter, use the value you obtained when you called RegisterStreamConsumer.
#shard_id ⇒ String
The ID of the shard you want to subscribe to. To see a list of all the shards for a given stream, use ListShards.