Module: Aws::RedshiftDataAPIService::Client::_ListSessionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListSessionsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#next_token ⇒ ::String
293 |
# File 'sig/client.rbs', line 293
def next_token: () -> ::String
|
#sessions ⇒ ::Array[Types::SessionData]
292 |
# File 'sig/client.rbs', line 292
def sessions: () -> ::Array[Types::SessionData]
|