Class: Aws::Deadline::Types::UpdateWorkerScheduleResponse

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

#assigned_sessionsHash<String,Types::AssignedSession>

The assigned sessions to update.

Returns:



8947
8948
8949
8950
8951
8952
8953
8954
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8947

class UpdateWorkerScheduleResponse < Struct.new(
  :assigned_sessions,
  :cancel_session_actions,
  :desired_worker_status,
  :update_interval_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#cancel_session_actionsHash<String,Array<String>>

The session actions associated with the worker schedule to cancel.

Returns:

  • (Hash<String,Array<String>>)


8947
8948
8949
8950
8951
8952
8953
8954
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8947

class UpdateWorkerScheduleResponse < Struct.new(
  :assigned_sessions,
  :cancel_session_actions,
  :desired_worker_status,
  :update_interval_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#desired_worker_statusString

The status to update the worker to.

Returns:

  • (String)


8947
8948
8949
8950
8951
8952
8953
8954
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8947

class UpdateWorkerScheduleResponse < Struct.new(
  :assigned_sessions,
  :cancel_session_actions,
  :desired_worker_status,
  :update_interval_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#update_interval_secondsInteger

Updates the time interval (in seconds) for the schedule.

Returns:

  • (Integer)


8947
8948
8949
8950
8951
8952
8953
8954
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8947

class UpdateWorkerScheduleResponse < Struct.new(
  :assigned_sessions,
  :cancel_session_actions,
  :desired_worker_status,
  :update_interval_seconds)
  SENSITIVE = []
  include Aws::Structure
end