Class: Aws::Types::AutomatedReasoningPolicyDefinitionTypeValue
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningPolicyDefinitionTypeValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
490 491 492 |
# File 'sig/types.rbs', line 490 def description @description end |
#value ⇒ ::String
Returns the value of attribute value.
489 490 491 |
# File 'sig/types.rbs', line 489 def value @value end |