Module: Aws::Deadline::Client::_UpdateWorkerScheduleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateWorkerScheduleResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #assigned_sessions ⇒ ::Hash[::String, Types::AssignedSession]
- #cancel_session_actions ⇒ ::Hash[::String, ::Array[::String]]
- #desired_worker_status ⇒ "STOPPED"
- #update_interval_seconds ⇒ ::Integer
Instance Method Details
#assigned_sessions ⇒ ::Hash[::String, Types::AssignedSession]
2143 |
# File 'sig/client.rbs', line 2143
def assigned_sessions: () -> ::Hash[::String, Types::AssignedSession]
|
#cancel_session_actions ⇒ ::Hash[::String, ::Array[::String]]
2144 |
# File 'sig/client.rbs', line 2144
def cancel_session_actions: () -> ::Hash[::String, ::Array[::String]]
|
#desired_worker_status ⇒ "STOPPED"
2145 |
# File 'sig/client.rbs', line 2145
def desired_worker_status: () -> ("STOPPED")
|
#update_interval_seconds ⇒ ::Integer
2146 |
# File 'sig/client.rbs', line 2146
def update_interval_seconds: () -> ::Integer
|