Class: Aws::Types::CreateQueueLimitAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateQueueLimitAssociationRequest
- 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.
826 827 828 |
# File 'sig/types.rbs', line 826 def farm_id @farm_id end |
#limit_id ⇒ ::String
Returns the value of attribute limit_id.
828 829 830 |
# File 'sig/types.rbs', line 828 def limit_id @limit_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
827 828 829 |
# File 'sig/types.rbs', line 827 def queue_id @queue_id end |