Class: Aws::Types::SearchableSegmentAttributesCriteria
- Inherits:
-
Object
- Object
- Aws::Types::SearchableSegmentAttributesCriteria
- 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.
7705 7706 7707 |
# File 'sig/types.rbs', line 7705 def key @key end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
7706 7707 7708 |
# File 'sig/types.rbs', line 7706 def values @values end |