Class: Aws::Types::GetWorkerRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetWorkerRequest
- 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.
-
#worker_id ⇒ ::String
Returns the value of attribute worker_id.
Instance Attribute Details
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
1701 1702 1703 |
# File 'sig/types.rbs', line 1701 def farm_id @farm_id end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
1702 1703 1704 |
# File 'sig/types.rbs', line 1702 def fleet_id @fleet_id end |
#worker_id ⇒ ::String
Returns the value of attribute worker_id.
1703 1704 1705 |
# File 'sig/types.rbs', line 1703 def worker_id @worker_id end |