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.
1686 1687 1688 |
# File 'sig/types.rbs', line 1686 def queue_arn @queue_arn end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
1687 1688 1689 |
# File 'sig/types.rbs', line 1687 def queue_id @queue_id end |