Class: Aws::Types::MessageTemplateQueryField
- Inherits:
-
Object
- Object
- Aws::Types::MessageTemplateQueryField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_fuzziness ⇒ Boolean
Returns the value of attribute allow_fuzziness.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#operator ⇒ "CONTAINS", "CONTAINS_AND_PREFIX"
Returns the value of attribute operator.
-
#priority ⇒ "HIGH", ...
Returns the value of attribute priority.
-
#values ⇒ ::Array[::String]
Returns the value of attribute values.
Instance Attribute Details
#allow_fuzziness ⇒ Boolean
Returns the value of attribute allow_fuzziness.
2030 2031 2032 |
# File 'sig/types.rbs', line 2030 def allow_fuzziness @allow_fuzziness end |
#name ⇒ ::String
Returns the value of attribute name.
2027 2028 2029 |
# File 'sig/types.rbs', line 2027 def name @name end |
#operator ⇒ "CONTAINS", "CONTAINS_AND_PREFIX"
Returns the value of attribute operator.
2029 2030 2031 |
# File 'sig/types.rbs', line 2029 def operator @operator end |
#priority ⇒ "HIGH", ...
Returns the value of attribute priority.
2031 2032 2033 |
# File 'sig/types.rbs', line 2031 def priority @priority end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
2028 2029 2030 |
# File 'sig/types.rbs', line 2028 def values @values end |