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

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

#assigned_sessionsHash<String,Types::AssignedSession>

The assigned sessions to update.

Returns:



9267
9268
9269
9270
9271
9272
9273
9274
# File 'lib/aws-sdk-deadline/types.rb', line 9267

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>>)


9267
9268
9269
9270
9271
9272
9273
9274
# File 'lib/aws-sdk-deadline/types.rb', line 9267

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)


9267
9268
9269
9270
9271
9272
9273
9274
# File 'lib/aws-sdk-deadline/types.rb', line 9267

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)


9267
9268
9269
9270
9271
9272
9273
9274
# File 'lib/aws-sdk-deadline/types.rb', line 9267

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