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)


12451
12452
12453
12454
12455
12456
12457
12458
# File 'lib/aws-sdk-deadline/types.rb', line 12451

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)


12451
12452
12453
12454
12455
12456
12457
12458
# File 'lib/aws-sdk-deadline/types.rb', line 12451

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:



12451
12452
12453
12454
12455
12456
12457
12458
# File 'lib/aws-sdk-deadline/types.rb', line 12451

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)


12451
12452
12453
12454
12455
12456
12457
12458
# File 'lib/aws-sdk-deadline/types.rb', line 12451

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