Class: Aws::Types::UpdateQueueNameRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateQueueNameRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
9049 9050 9051 |
# File 'sig/types.rbs', line 9049 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
9046 9047 9048 |
# File 'sig/types.rbs', line 9046 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
9048 9049 9050 |
# File 'sig/types.rbs', line 9048 def name @name end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
9047 9048 9049 |
# File 'sig/types.rbs', line 9047 def queue_id @queue_id end |