Class: Aws::Types::AssumeFleetRoleForWorkerRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssumeFleetRoleForWorkerRequest
- 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.
171 172 173 |
# File 'sig/types.rbs', line 171 def farm_id @farm_id end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
172 173 174 |
# File 'sig/types.rbs', line 172 def fleet_id @fleet_id end |
#worker_id ⇒ ::String
Returns the value of attribute worker_id.
173 174 175 |
# File 'sig/types.rbs', line 173 def worker_id @worker_id end |