Class: Aws::Types::UpdateWorkerScheduleResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWorkerScheduleResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assigned_sessions ⇒ ::Hash[::String, Types::AssignedSession]
Returns the value of attribute assigned_sessions.
-
#cancel_session_actions ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute cancel_session_actions.
-
#desired_worker_status ⇒ "STOPPED"
Returns the value of attribute desired_worker_status.
-
#update_interval_seconds ⇒ ::Integer
Returns the value of attribute update_interval_seconds.
Instance Attribute Details
#assigned_sessions ⇒ ::Hash[::String, Types::AssignedSession]
Returns the value of attribute assigned_sessions.
3380 3381 3382 |
# File 'sig/types.rbs', line 3380 def assigned_sessions @assigned_sessions end |
#cancel_session_actions ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute cancel_session_actions.
3381 3382 3383 |
# File 'sig/types.rbs', line 3381 def cancel_session_actions @cancel_session_actions end |
#desired_worker_status ⇒ "STOPPED"
Returns the value of attribute desired_worker_status.
3382 3383 3384 |
# File 'sig/types.rbs', line 3382 def desired_worker_status @desired_worker_status end |
#update_interval_seconds ⇒ ::Integer
Returns the value of attribute update_interval_seconds.
3383 3384 3385 |
# File 'sig/types.rbs', line 3383 def update_interval_seconds @update_interval_seconds end |