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