Class: Aws::Types::EvaluationAutomationRuleCategory
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationAutomationRuleCategory
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category ⇒ ::String
Returns the value of attribute category.
-
#condition ⇒ "PRESENT", "NOT_PRESENT"
Returns the value of attribute condition.
-
#points_of_interest ⇒ ::Array[Types::EvaluationTranscriptPointOfInterest]
Returns the value of attribute points_of_interest.
Instance Attribute Details
#category ⇒ ::String
Returns the value of attribute category.
3402 3403 3404 |
# File 'sig/types.rbs', line 3402 def category @category end |
#condition ⇒ "PRESENT", "NOT_PRESENT"
Returns the value of attribute condition.
3403 3404 3405 |
# File 'sig/types.rbs', line 3403 def condition @condition end |
#points_of_interest ⇒ ::Array[Types::EvaluationTranscriptPointOfInterest]
Returns the value of attribute points_of_interest.
3404 3405 3406 |
# File 'sig/types.rbs', line 3404 def points_of_interest @points_of_interest end |