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.
7576 7577 7578 |
# File 'sig/types.rbs', line 7576 def key @key end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
7577 7578 7579 |
# File 'sig/types.rbs', line 7577 def values @values end |