Class: Aws::Types::UpdateWorkerScheduleResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assigned_sessions::Hash[::String, Types::AssignedSession]

Returns the value of attribute assigned_sessions.

Returns:



3380
3381
3382
# File 'sig/types.rbs', line 3380

def assigned_sessions
  @assigned_sessions
end

#cancel_session_actions::Hash[::String, ::Array[::String]]

Returns the value of attribute cancel_session_actions.

Returns:

  • (::Hash[::String, ::Array[::String]])


3381
3382
3383
# File 'sig/types.rbs', line 3381

def cancel_session_actions
  @cancel_session_actions
end

#desired_worker_status"STOPPED"

Returns the value of attribute desired_worker_status.

Returns:

  • ("STOPPED")


3382
3383
3384
# File 'sig/types.rbs', line 3382

def desired_worker_status
  @desired_worker_status
end

#update_interval_seconds::Integer

Returns the value of attribute update_interval_seconds.

Returns:

  • (::Integer)


3383
3384
3385
# File 'sig/types.rbs', line 3383

def update_interval_seconds
  @update_interval_seconds
end