Class: Aws::Types::UpdateQueueLimitAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateQueueLimitAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#limit_id ⇒ ::String
Returns the value of attribute limit_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.
3270 3271 3272 |
# File 'sig/types.rbs', line 3270 def farm_id @farm_id end |
#limit_id ⇒ ::String
Returns the value of attribute limit_id.
3272 3273 3274 |
# File 'sig/types.rbs', line 3272 def limit_id @limit_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
3271 3272 3273 |
# File 'sig/types.rbs', line 3271 def queue_id @queue_id end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
3273 3274 3275 |
# File 'sig/types.rbs', line 3273 def status @status end |