Module: Aws::KeyspacesStreams::Client::_GetRecordsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetRecordsOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #change_records ⇒ ::Array[Types::Record]
- #iterator_description ⇒ Types::IteratorDescription
- #next_shard_iterator ⇒ ::String
Instance Method Details
#change_records ⇒ ::Array[Types::Record]
84 |
# File 'sig/client.rbs', line 84
def change_records: () -> ::Array[Types::Record]
|
#iterator_description ⇒ Types::IteratorDescription
86 |
# File 'sig/client.rbs', line 86
def iterator_description: () -> Types::IteratorDescription
|
#next_shard_iterator ⇒ ::String
85 |
# File 'sig/client.rbs', line 85
def next_shard_iterator: () -> ::String
|