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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/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)


8920
8921
8922
8923
8924
8925
8926
8927
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8920

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

#fleet_idString

The fleet ID to update.

Returns:

  • (String)


8920
8921
8922
8923
8924
8925
8926
8927
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8920

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

#updated_session_actionsHash<String,Types::UpdatedSessionActionInfo>

The session actions associated with the worker schedule to update.

Returns:



8920
8921
8922
8923
8924
8925
8926
8927
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8920

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

#worker_idString

The worker ID to update.

Returns:

  • (String)


8920
8921
8922
8923
8924
8925
8926
8927
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8920

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