Class: Aws::Deadline::Types::UpdateWorkerScheduleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::UpdateWorkerScheduleResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assigned_sessions ⇒ Hash<String,Types::AssignedSession>
The assigned sessions to update.
-
#cancel_session_actions ⇒ Hash<String,Array<String>>
The session actions associated with the worker schedule to cancel.
-
#desired_worker_status ⇒ String
The status to update the worker to.
-
#update_interval_seconds ⇒ Integer
Updates the time interval (in seconds) for the schedule.
Instance Attribute Details
#assigned_sessions ⇒ Hash<String,Types::AssignedSession>
The assigned sessions to update.
9267 9268 9269 9270 9271 9272 9273 9274 |
# File 'lib/aws-sdk-deadline/types.rb', line 9267 class UpdateWorkerScheduleResponse < Struct.new( :assigned_sessions, :cancel_session_actions, :desired_worker_status, :update_interval_seconds) SENSITIVE = [] include Aws::Structure end |
#cancel_session_actions ⇒ Hash<String,Array<String>>
The session actions associated with the worker schedule to cancel.
9267 9268 9269 9270 9271 9272 9273 9274 |
# File 'lib/aws-sdk-deadline/types.rb', line 9267 class UpdateWorkerScheduleResponse < Struct.new( :assigned_sessions, :cancel_session_actions, :desired_worker_status, :update_interval_seconds) SENSITIVE = [] include Aws::Structure end |
#desired_worker_status ⇒ String
The status to update the worker to.
9267 9268 9269 9270 9271 9272 9273 9274 |
# File 'lib/aws-sdk-deadline/types.rb', line 9267 class UpdateWorkerScheduleResponse < Struct.new( :assigned_sessions, :cancel_session_actions, :desired_worker_status, :update_interval_seconds) SENSITIVE = [] include Aws::Structure end |
#update_interval_seconds ⇒ Integer
Updates the time interval (in seconds) for the schedule.
9267 9268 9269 9270 9271 9272 9273 9274 |
# File 'lib/aws-sdk-deadline/types.rb', line 9267 class UpdateWorkerScheduleResponse < Struct.new( :assigned_sessions, :cancel_session_actions, :desired_worker_status, :update_interval_seconds) SENSITIVE = [] include Aws::Structure end |