Class: Aws::Types::AutomatedReasoningPolicyUpdateTypeAnnotation
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningPolicyUpdateTypeAnnotation
- 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.
-
#values ⇒ ::Array[Types::AutomatedReasoningPolicyTypeValueAnnotation]
Returns the value of attribute values.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
757 758 759 |
# File 'sig/types.rbs', line 757 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
755 756 757 |
# File 'sig/types.rbs', line 755 def name @name end |
#new_name ⇒ ::String
Returns the value of attribute new_name.
756 757 758 |
# File 'sig/types.rbs', line 756 def new_name @new_name end |
#values ⇒ ::Array[Types::AutomatedReasoningPolicyTypeValueAnnotation]
Returns the value of attribute values.
758 759 760 |
# File 'sig/types.rbs', line 758 def values @values end |