Module: Aws::Athena::Client::_ListPreparedStatementsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListPreparedStatementsOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#next_token ⇒ ::String
703 |
# File 'sig/client.rbs', line 703
def next_token: () -> ::String
|
#prepared_statements ⇒ ::Array[Types::PreparedStatementSummary]
702 |
# File 'sig/client.rbs', line 702
def prepared_statements: () -> ::Array[Types::PreparedStatementSummary]
|