Class: Aws::Types::Predicate
- Inherits:
-
Object
- Object
- Aws::Types::Predicate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#and ⇒ ::Array[Types::Predicate]
Returns the value of attribute and.
-
#field ⇒ ::String
Returns the value of attribute field.
-
#operand ⇒ ::String
Returns the value of attribute operand.
-
#operand_type ⇒ ::String
Returns the value of attribute operand_type.
-
#operator ⇒ ::String
Returns the value of attribute operator.
-
#or ⇒ ::Array[Types::Predicate]
Returns the value of attribute or.
Instance Attribute Details
#and ⇒ ::Array[Types::Predicate]
Returns the value of attribute and.
741 742 743 |
# File 'sig/types.rbs', line 741 def and @and end |
#field ⇒ ::String
Returns the value of attribute field.
742 743 744 |
# File 'sig/types.rbs', line 742 def field @field end |
#operand ⇒ ::String
Returns the value of attribute operand.
744 745 746 |
# File 'sig/types.rbs', line 744 def operand @operand end |
#operand_type ⇒ ::String
Returns the value of attribute operand_type.
745 746 747 |
# File 'sig/types.rbs', line 745 def operand_type @operand_type end |
#operator ⇒ ::String
Returns the value of attribute operator.
743 744 745 |
# File 'sig/types.rbs', line 743 def operator @operator end |
#or ⇒ ::Array[Types::Predicate]
Returns the value of attribute or.
740 741 742 |
# File 'sig/types.rbs', line 740 def or @or end |