Class: Aws::Types::DescribeQueueRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeQueueRequest
- 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.
2799 2800 2801 |
# File 'sig/types.rbs', line 2799 def instance_id @instance_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
2800 2801 2802 |
# File 'sig/types.rbs', line 2800 def queue_id @queue_id end |