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.
8679 8680 8681 |
# File 'sig/types.rbs', line 8679 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8676 8677 8678 |
# File 'sig/types.rbs', line 8676 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
8678 8679 8680 |
# File 'sig/types.rbs', line 8678 def name @name end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
8677 8678 8679 |
# File 'sig/types.rbs', line 8677 def queue_id @queue_id end |