Class: Aws::Types::GetQueueFleetAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetQueueFleetAssociationRequest
- 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.
Instance Attribute Details
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
1461 1462 1463 |
# File 'sig/types.rbs', line 1461 def farm_id @farm_id end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
1463 1464 1465 |
# File 'sig/types.rbs', line 1463 def fleet_id @fleet_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
1462 1463 1464 |
# File 'sig/types.rbs', line 1462 def queue_id @queue_id end |