Class: Aws::Types::GetRecordsOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetRecordsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#next_shard_iterator ⇒ ::String
Returns the value of attribute next_shard_iterator.
51 52 53 |
# File 'sig/types.rbs', line 51 def next_shard_iterator @next_shard_iterator end |
#records ⇒ ::Array[Types::Record]
Returns the value of attribute records.
50 51 52 |
# File 'sig/types.rbs', line 50 def records @records end |