Class: Aws::Types::AssumeQueueRoleForWorkerRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssumeQueueRoleForWorkerRequest
- 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.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
-
#worker_id ⇒ ::String
Returns the value of attribute worker_id.
Instance Attribute Details
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
205 206 207 |
# File 'sig/types.rbs', line 205 def farm_id @farm_id end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
206 207 208 |
# File 'sig/types.rbs', line 206 def fleet_id @fleet_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
208 209 210 |
# File 'sig/types.rbs', line 208 def queue_id @queue_id end |
#worker_id ⇒ ::String
Returns the value of attribute worker_id.
207 208 209 |
# File 'sig/types.rbs', line 207 def worker_id @worker_id end |