Class: Aws::Types::AutomatedReasoningPolicyDefinitionType
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningPolicyDefinitionType
- 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.
483 484 485 |
# File 'sig/types.rbs', line 483 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
482 483 484 |
# File 'sig/types.rbs', line 482 def name @name end |
#values ⇒ ::Array[Types::AutomatedReasoningPolicyDefinitionTypeValue]
Returns the value of attribute values.
484 485 486 |
# File 'sig/types.rbs', line 484 def values @values end |