Class: Aws::Types::WorkerBlock
- Inherits:
-
Object
- Object
- Aws::Types::WorkerBlock
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#worker_id ⇒ ::String
Returns the value of attribute worker_id.
Instance Attribute Details
#reason ⇒ ::String
Returns the value of attribute reason.
677 678 679 |
# File 'sig/types.rbs', line 677 def reason @reason end |
#worker_id ⇒ ::String
Returns the value of attribute worker_id.
676 677 678 |
# File 'sig/types.rbs', line 676 def worker_id @worker_id end |