Class: Aws::Types::SearchableContactAttributesCriteria

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:key])

Instance Attribute Summary collapse

Instance Attribute Details

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


7549
7550
7551
# File 'sig/types.rbs', line 7549

def key
  @key
end

#values::Array[::String]

Returns the value of attribute values.

Returns:

  • (::Array[::String])


7550
7551
7552
# File 'sig/types.rbs', line 7550

def values
  @values
end