Class: Aws::Types::AutomatedReasoningPolicyUpdateVariableAnnotation
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningPolicyUpdateVariableAnnotation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#new_name ⇒ ::String
Returns the value of attribute new_name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
777 778 779 |
# File 'sig/types.rbs', line 777 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
775 776 777 |
# File 'sig/types.rbs', line 775 def name @name end |
#new_name ⇒ ::String
Returns the value of attribute new_name.
776 777 778 |
# File 'sig/types.rbs', line 776 def new_name @new_name end |