Class: Aws::Types::CreateQueueResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateQueueResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#queue_arn ⇒ ::String
Returns the value of attribute queue_arn.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
Instance Attribute Details
#queue_arn ⇒ ::String
Returns the value of attribute queue_arn.
1758 1759 1760 |
# File 'sig/types.rbs', line 1758 def queue_arn @queue_arn end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
1759 1760 1761 |
# File 'sig/types.rbs', line 1759 def queue_id @queue_id end |