Class: Aws::Types::BatchGetWorkerIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetWorkerIdentifier
- 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.
512 513 514 |
# File 'sig/types.rbs', line 512 def farm_id @farm_id end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
513 514 515 |
# File 'sig/types.rbs', line 513 def fleet_id @fleet_id end |
#worker_id ⇒ ::String
Returns the value of attribute worker_id.
514 515 516 |
# File 'sig/types.rbs', line 514 def worker_id @worker_id end |