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.
1719 1720 1721 |
# File 'sig/types.rbs', line 1719 def queue_arn @queue_arn end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
1720 1721 1722 |
# File 'sig/types.rbs', line 1720 def queue_id @queue_id end |