Class: Aws::Deadline::Types::UpdateWorkerScheduleRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-deadline/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#farm_idString

The farm ID to update.



9999
10000
10001
10002
10003
10004
10005
10006
# File 'lib/aws-sdk-deadline/types.rb', line 9999

class UpdateWorkerScheduleRequest < Struct.new(
  :farm_id,
  :fleet_id,
  :worker_id,
  :updated_session_actions)
  SENSITIVE = []
  include Aws::Structure
end

#fleet_idString

The fleet ID to update.



9999
10000
10001
10002
10003
10004
10005
10006
# File 'lib/aws-sdk-deadline/types.rb', line 9999

class UpdateWorkerScheduleRequest < Struct.new(
  :farm_id,
  :fleet_id,
  :worker_id,
  :updated_session_actions)
  SENSITIVE = []
  include Aws::Structure
end

#updated_session_actionsHash<String,Types::UpdatedSessionActionInfo>

The session actions associated with the worker schedule to update.



9999
10000
10001
10002
10003
10004
10005
10006
# File 'lib/aws-sdk-deadline/types.rb', line 9999

class UpdateWorkerScheduleRequest < Struct.new(
  :farm_id,
  :fleet_id,
  :worker_id,
  :updated_session_actions)
  SENSITIVE = []
  include Aws::Structure
end

#worker_idString

The worker ID to update.



9999
10000
10001
10002
10003
10004
10005
10006
# File 'lib/aws-sdk-deadline/types.rb', line 9999

class UpdateWorkerScheduleRequest < Struct.new(
  :farm_id,
  :fleet_id,
  :worker_id,
  :updated_session_actions)
  SENSITIVE = []
  include Aws::Structure
end