Class: Aws::Types::PropertyPredicate

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", "GREATER_THAN", "LESS_THAN", "GREATER_THAN_EQUALS", "LESS_THAN_EQUALS")


6011
6012
6013
# File 'sig/types.rbs', line 6011

def comparator
  @comparator
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


6009
6010
6011
# File 'sig/types.rbs', line 6009

def key
  @key
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


6010
6011
6012
# File 'sig/types.rbs', line 6010

def value
  @value
end