Class: Aws::Types::DeleteQueueRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteQueueRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
Instance Attribute Details
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def farm_id @farm_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def queue_id @queue_id end |