Class: Aws::Types::UpdateWorkerScheduleRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


3372
3373
3374
# File 'sig/types.rbs', line 3372

def farm_id
  @farm_id
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


3373
3374
3375
# File 'sig/types.rbs', line 3373

def fleet_id
  @fleet_id
end

#updated_session_actions::Hash[::String, Types::UpdatedSessionActionInfo]

Returns the value of attribute updated_session_actions.

Returns:



3375
3376
3377
# File 'sig/types.rbs', line 3375

def updated_session_actions
  @updated_session_actions
end

#worker_id::String

Returns the value of attribute worker_id.

Returns:

  • (::String)


3374
3375
3376
# File 'sig/types.rbs', line 3374

def worker_id
  @worker_id
end