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.

Returns:

  • (String)


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_idString

The fleet ID to update.

Returns:

  • (String)


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_actionsHash<String,Types::UpdatedSessionActionInfo>

The session actions associated with the worker schedule to update.

Returns:



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_idString

The worker ID to update.

Returns:

  • (String)


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