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)


7683
7684
7685
# File 'sig/types.rbs', line 7683

def key
  @key
end

#values::Array[::String]

Returns the value of attribute values.

Returns:

  • (::Array[::String])


7684
7685
7686
# File 'sig/types.rbs', line 7684

def values
  @values
end