Class: Aws::Types::GetQueueLimitAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetQueueLimitAssociationRequest
- 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.
Instance Attribute Details
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
1479 1480 1481 |
# File 'sig/types.rbs', line 1479 def farm_id @farm_id end |
#limit_id ⇒ ::String
Returns the value of attribute limit_id.
1481 1482 1483 |
# File 'sig/types.rbs', line 1481 def limit_id @limit_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def queue_id @queue_id end |