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]
3379 |
# File 'sig/client.rbs', line 3379
def ids: () -> ::Array[::String]
|
#next_token ⇒ ::String
3381 |
# File 'sig/client.rbs', line 3381
def next_token: () -> ::String
|
#sessions ⇒ ::Array[Types::Session]
3380 |
# File 'sig/client.rbs', line 3380
def sessions: () -> ::Array[Types::Session]
|