Class: Aws::Types::ContactEvaluationAttributeCondition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_key"ContactAgentId"

Returns the value of attribute attribute_key.

Returns:

  • ("ContactAgentId")


1028
1029
1030
# File 'sig/types.rbs', line 1028

def attribute_key
  @attribute_key
end

#attribute_valueTypes::ContactEvaluationAttributeValue

Returns the value of attribute attribute_value.



1029
1030
1031
# File 'sig/types.rbs', line 1029

def attribute_value
  @attribute_value
end

#comparison_type"EXACT"

Returns the value of attribute comparison_type.

Returns:

  • ("EXACT")


1030
1031
1032
# File 'sig/types.rbs', line 1030

def comparison_type
  @comparison_type
end