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