Class: Aws::Types::UpdateQueueFleetAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateQueueFleetAssociationRequest
- 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.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
3259 3260 3261 |
# File 'sig/types.rbs', line 3259 def farm_id @farm_id end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
3261 3262 3263 |
# File 'sig/types.rbs', line 3261 def fleet_id @fleet_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
3260 3261 3262 |
# File 'sig/types.rbs', line 3260 def queue_id @queue_id end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
3262 3263 3264 |
# File 'sig/types.rbs', line 3262 def status @status end |