Module: Aws::DynamoDBStreams::Client::_ListStreamsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListStreamsOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#last_evaluated_stream_arn ⇒ ::String
127 |
# File 'sig/client.rbs', line 127
def last_evaluated_stream_arn: () -> ::String
|
#streams ⇒ ::Array[Types::Stream]
126 |
# File 'sig/client.rbs', line 126
def streams: () -> ::Array[Types::Stream]
|