Class: Aws::Deadline::Types::UpdateWorkerScheduleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::UpdateWorkerScheduleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#farm_id ⇒ String
The farm ID to update.
-
#fleet_id ⇒ String
The fleet ID to update.
-
#updated_session_actions ⇒ Hash<String,Types::UpdatedSessionActionInfo>
The session actions associated with the worker schedule to update.
-
#worker_id ⇒ String
The worker ID to update.
Instance Attribute Details
#farm_id ⇒ String
The farm ID to update.
9240 9241 9242 9243 9244 9245 9246 9247 |
# File 'lib/aws-sdk-deadline/types.rb', line 9240 class UpdateWorkerScheduleRequest < Struct.new( :farm_id, :fleet_id, :worker_id, :updated_session_actions) SENSITIVE = [] include Aws::Structure end |
#fleet_id ⇒ String
The fleet ID to update.
9240 9241 9242 9243 9244 9245 9246 9247 |
# File 'lib/aws-sdk-deadline/types.rb', line 9240 class UpdateWorkerScheduleRequest < Struct.new( :farm_id, :fleet_id, :worker_id, :updated_session_actions) SENSITIVE = [] include Aws::Structure end |
#updated_session_actions ⇒ Hash<String,Types::UpdatedSessionActionInfo>
The session actions associated with the worker schedule to update.
9240 9241 9242 9243 9244 9245 9246 9247 |
# File 'lib/aws-sdk-deadline/types.rb', line 9240 class UpdateWorkerScheduleRequest < Struct.new( :farm_id, :fleet_id, :worker_id, :updated_session_actions) SENSITIVE = [] include Aws::Structure end |
#worker_id ⇒ String
The worker ID to update.
9240 9241 9242 9243 9244 9245 9246 9247 |
# File 'lib/aws-sdk-deadline/types.rb', line 9240 class UpdateWorkerScheduleRequest < Struct.new( :farm_id, :fleet_id, :worker_id, :updated_session_actions) SENSITIVE = [] include Aws::Structure end |