Class: Aws::Types::Predicate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#and ⇒ ::Array[Types::Predicate]

Returns the value of attribute and.

Returns:



741
742
743
# File 'sig/types.rbs', line 741

def and
  @and
end

#field ⇒ ::String

Returns the value of attribute field.

Returns:

  • (::String)


742
743
744
# File 'sig/types.rbs', line 742

def field
  @field
end

#operand ⇒ ::String

Returns the value of attribute operand.

Returns:

  • (::String)


744
745
746
# File 'sig/types.rbs', line 744

def operand
  @operand
end

#operand_type ⇒ ::String

Returns the value of attribute operand_type.

Returns:

  • (::String)


745
746
747
# File 'sig/types.rbs', line 745

def operand_type
  @operand_type
end

#operator ⇒ ::String

Returns the value of attribute operator.

Returns:

  • (::String)


743
744
745
# File 'sig/types.rbs', line 743

def operator
  @operator
end

#or ⇒ ::Array[Types::Predicate]

Returns the value of attribute or.

Returns:



740
741
742
# File 'sig/types.rbs', line 740

def or
  @or
end