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)


7379
7380
7381
# File 'sig/types.rbs', line 7379

def key
  @key
end

#values::Array[::String]

Returns the value of attribute values.

Returns:

  • (::Array[::String])


7380
7381
7382
# File 'sig/types.rbs', line 7380

def values
  @values
end