Class: Aws::Types::CommandParameterValueCondition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comparison_operator"EQUALS", ...

Returns the value of attribute comparison_operator.

Returns:

  • ("EQUALS", "NOT_EQUALS", "LESS_THAN", "LESS_THAN_EQUALS", "GREATER_THAN", "GREATER_THAN_EQUALS", "IN_SET", "NOT_IN_SET", "IN_RANGE", "NOT_IN_RANGE")


671
672
673
# File 'sig/types.rbs', line 671

def comparison_operator
  @comparison_operator
end

#operandTypes::CommandParameterValueComparisonOperand

Returns the value of attribute operand.



672
673
674
# File 'sig/types.rbs', line 672

def operand
  @operand
end