Class: Aws::Types::AutomatedReasoningPolicyAddTypeAnnotation
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningPolicyAddTypeAnnotation
- 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.
-
#values ⇒ ::Array[Types::AutomatedReasoningPolicyDefinitionTypeValue]
Returns the value of attribute values.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
220 221 222 |
# File 'sig/types.rbs', line 220 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
219 220 221 |
# File 'sig/types.rbs', line 219 def name @name end |
#values ⇒ ::Array[Types::AutomatedReasoningPolicyDefinitionTypeValue]
Returns the value of attribute values.
221 222 223 |
# File 'sig/types.rbs', line 221 def values @values end |