Class: Aws::Types::SubscribeToShardEvent
- Inherits:
-
Object
- Object
- Aws::Types::SubscribeToShardEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#child_shards ⇒ ::Array[Types::ChildShard]
Returns the value of attribute child_shards.
-
#continuation_sequence_number ⇒ ::String
Returns the value of attribute continuation_sequence_number.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#millis_behind_latest ⇒ ::Integer
Returns the value of attribute millis_behind_latest.
-
#records ⇒ ::Array[Types::Record]
Returns the value of attribute records.
Instance Attribute Details
#child_shards ⇒ ::Array[Types::ChildShard]
Returns the value of attribute child_shards.
599 600 601 |
# File 'sig/types.rbs', line 599 def child_shards @child_shards end |
#continuation_sequence_number ⇒ ::String
Returns the value of attribute continuation_sequence_number.
597 598 599 |
# File 'sig/types.rbs', line 597 def continuation_sequence_number @continuation_sequence_number end |
#event_type ⇒ Object
Returns the value of attribute event_type.
600 601 602 |
# File 'sig/types.rbs', line 600 def event_type @event_type end |
#millis_behind_latest ⇒ ::Integer
Returns the value of attribute millis_behind_latest.
598 599 600 |
# File 'sig/types.rbs', line 598 def millis_behind_latest @millis_behind_latest end |
#records ⇒ ::Array[Types::Record]
Returns the value of attribute records.
596 597 598 |
# File 'sig/types.rbs', line 596 def records @records end |