Class: Aws::Types::SearchableContactAttributesCriteria
- Inherits:
-
Object
- Object
- Aws::Types::SearchableContactAttributesCriteria
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key ⇒ ::String
Returns the value of attribute key.
-
#values ⇒ ::Array[::String]
Returns the value of attribute values.
Instance Attribute Details
#key ⇒ ::String
Returns the value of attribute key.
7379 7380 7381 |
# File 'sig/types.rbs', line 7379 def key @key end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
7380 7381 7382 |
# File 'sig/types.rbs', line 7380 def values @values end |