Class: Aws::Types::SubscribeToShardInput
- Inherits:
-
Object
- Object
- Aws::Types::SubscribeToShardInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consumer_arn ⇒ ::String
Returns the value of attribute consumer_arn.
-
#shard_id ⇒ ::String
Returns the value of attribute shard_id.
-
#starting_position ⇒ Types::StartingPosition
Returns the value of attribute starting_position.
-
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
Instance Attribute Details
#consumer_arn ⇒ ::String
Returns the value of attribute consumer_arn.
605 606 607 |
# File 'sig/types.rbs', line 605 def consumer_arn @consumer_arn end |
#shard_id ⇒ ::String
Returns the value of attribute shard_id.
607 608 609 |
# File 'sig/types.rbs', line 607 def shard_id @shard_id end |
#starting_position ⇒ Types::StartingPosition
Returns the value of attribute starting_position.
608 609 610 |
# File 'sig/types.rbs', line 608 def starting_position @starting_position end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
606 607 608 |
# File 'sig/types.rbs', line 606 def stream_id @stream_id end |