Class: Aws::Types::GetRecordsOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetRecordsOutput
- 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.
-
#millis_behind_latest ⇒ ::Integer
Returns the value of attribute millis_behind_latest.
-
#next_shard_iterator ⇒ ::String
Returns the value of attribute next_shard_iterator.
-
#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.
321 322 323 |
# File 'sig/types.rbs', line 321 def child_shards @child_shards end |
#millis_behind_latest ⇒ ::Integer
Returns the value of attribute millis_behind_latest.
320 321 322 |
# File 'sig/types.rbs', line 320 def millis_behind_latest @millis_behind_latest end |
#next_shard_iterator ⇒ ::String
Returns the value of attribute next_shard_iterator.
319 320 321 |
# File 'sig/types.rbs', line 319 def next_shard_iterator @next_shard_iterator end |
#records ⇒ ::Array[Types::Record]
Returns the value of attribute records.
318 319 320 |
# File 'sig/types.rbs', line 318 def records @records end |