Class: Aws::Types::EvaluationAutomationRuleCategory

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#category::String

Returns the value of attribute category.

Returns:

  • (::String)


3402
3403
3404
# File 'sig/types.rbs', line 3402

def category
  @category
end

#condition"PRESENT", "NOT_PRESENT"

Returns the value of attribute condition.

Returns:

  • ("PRESENT", "NOT_PRESENT")


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