Class: Aws::Types::QueryConditionItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comparator"EQUALS"

Returns the value of attribute comparator.

Returns:

  • ("EQUALS")


2316
2317
2318
# File 'sig/types.rbs', line 2316

def comparator
  @comparator
end

#field"RESULT_TYPE"

Returns the value of attribute field.

Returns:

  • ("RESULT_TYPE")


2315
2316
2317
# File 'sig/types.rbs', line 2315

def field
  @field
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


2317
2318
2319
# File 'sig/types.rbs', line 2317

def value
  @value
end