Class: Aws::Types::DeleteQueueLimitAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteQueueLimitAssociationRequest
- 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.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def farm_id @farm_id end |
#limit_id ⇒ ::String
Returns the value of attribute limit_id.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def limit_id @limit_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def queue_id @queue_id end |