Class: Aws::Types::SearchField

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key"MEMBERS"

Returns the value of attribute key.

Returns:

  • ("MEMBERS")


827
828
829
# File 'sig/types.rbs', line 827

def key
  @key
end

#operator"EQUALS", "INCLUDES"

Returns the value of attribute operator.

Returns:

  • ("EQUALS", "INCLUDES")


829
830
831
# File 'sig/types.rbs', line 829

def operator
  @operator
end

#values::Array[::String]

Returns the value of attribute values.

Returns:

  • (::Array[::String])


828
829
830
# File 'sig/types.rbs', line 828

def values
  @values
end