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.
10026 10027 10028 10029 10030 10031 10032 10033 |
# File 'lib/aws-sdk-deadline/types.rb', line 10026 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.
10026 10027 10028 10029 10030 10031 10032 10033 |
# File 'lib/aws-sdk-deadline/types.rb', line 10026 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.
10026 10027 10028 10029 10030 10031 10032 10033 |
# File 'lib/aws-sdk-deadline/types.rb', line 10026 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.
10026 10027 10028 10029 10030 10031 10032 10033 |
# File 'lib/aws-sdk-deadline/types.rb', line 10026 class UpdateWorkerScheduleResponse < Struct.new( :assigned_sessions, :cancel_session_actions, :desired_worker_status, :update_interval_seconds) SENSITIVE = [] include Aws::Structure end |