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