Class: Aws::Types::Expression

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#and_expression::Array[Types::Expression]

Returns the value of attribute and_expression.

Returns:



3983
3984
3985
# File 'sig/types.rbs', line 3983

def and_expression
  @and_expression
end

#attribute_conditionTypes::AttributeCondition

Returns the value of attribute attribute_condition.



3982
3983
3984
# File 'sig/types.rbs', line 3982

def attribute_condition
  @attribute_condition
end

#not_attribute_conditionTypes::AttributeCondition

Returns the value of attribute not_attribute_condition.



3985
3986
3987
# File 'sig/types.rbs', line 3985

def not_attribute_condition
  @not_attribute_condition
end

#or_expression::Array[Types::Expression]

Returns the value of attribute or_expression.

Returns:



3984
3985
3986
# File 'sig/types.rbs', line 3984

def or_expression
  @or_expression
end