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.
9029 9030 9031 |
# File 'sig/types.rbs', line 9029 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
9026 9027 9028 |
# File 'sig/types.rbs', line 9026 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
9028 9029 9030 |
# File 'sig/types.rbs', line 9028 def name @name end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
9027 9028 9029 |
# File 'sig/types.rbs', line 9027 def queue_id @queue_id end |