Class: Aws::Types::UpdateWorkerScheduleRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWorkerScheduleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#updated_session_actions ⇒ ::Hash[::String, Types::UpdatedSessionActionInfo]
Returns the value of attribute updated_session_actions.
-
#worker_id ⇒ ::String
Returns the value of attribute worker_id.
Instance Attribute Details
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
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.
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.
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.
3374 3375 3376 |
# File 'sig/types.rbs', line 3374 def worker_id @worker_id end |