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)


7554
7555
7556
# File 'sig/types.rbs', line 7554

def key
  @key
end

#values::Array[::String]

Returns the value of attribute values.

Returns:

  • (::Array[::String])


7555
7556
7557
# File 'sig/types.rbs', line 7555

def values
  @values
end