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