Class: Aws::Types::UpdateQueueStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateQueueStatusRequest
- 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.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8688 8689 8690 |
# File 'sig/types.rbs', line 8688 def instance_id @instance_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
8689 8690 8691 |
# File 'sig/types.rbs', line 8689 def queue_id @queue_id end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
8690 8691 8692 |
# File 'sig/types.rbs', line 8690 def status @status end |