Class: Aws::Types::Expression
- Inherits:
-
Object
- Object
- Aws::Types::Expression
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#and_expression ⇒ ::Array[Types::Expression]
Returns the value of attribute and_expression.
-
#attribute_condition ⇒ Types::AttributeCondition
Returns the value of attribute attribute_condition.
-
#not_attribute_condition ⇒ Types::AttributeCondition
Returns the value of attribute not_attribute_condition.
-
#or_expression ⇒ ::Array[Types::Expression]
Returns the value of attribute or_expression.
Instance Attribute Details
#and_expression ⇒ ::Array[Types::Expression]
Returns the value of attribute and_expression.
3889 3890 3891 |
# File 'sig/types.rbs', line 3889 def and_expression @and_expression end |
#attribute_condition ⇒ Types::AttributeCondition
Returns the value of attribute attribute_condition.
3888 3889 3890 |
# File 'sig/types.rbs', line 3888 def attribute_condition @attribute_condition end |
#not_attribute_condition ⇒ Types::AttributeCondition
Returns the value of attribute not_attribute_condition.
3891 3892 3893 |
# File 'sig/types.rbs', line 3891 def not_attribute_condition @not_attribute_condition end |
#or_expression ⇒ ::Array[Types::Expression]
Returns the value of attribute or_expression.
3890 3891 3892 |
# File 'sig/types.rbs', line 3890 def or_expression @or_expression end |