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.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#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.
825 826 827 |
# File 'sig/types.rbs', line 825 def consumer_arn @consumer_arn end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
829 830 831 |
# File 'sig/types.rbs', line 829 def dry_run @dry_run end |
#shard_id ⇒ ::String
Returns the value of attribute shard_id.
827 828 829 |
# File 'sig/types.rbs', line 827 def shard_id @shard_id end |
#starting_position ⇒ Types::StartingPosition
Returns the value of attribute starting_position.
828 829 830 |
# File 'sig/types.rbs', line 828 def starting_position @starting_position end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
826 827 828 |
# File 'sig/types.rbs', line 826 def stream_id @stream_id end |