Class: Aws::Types::CommandParameterValueCondition
- Inherits:
-
Object
- Object
- Aws::Types::CommandParameterValueCondition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comparison_operator ⇒ "EQUALS", ...
Returns the value of attribute comparison_operator.
-
#operand ⇒ Types::CommandParameterValueComparisonOperand
Returns the value of attribute operand.
Instance Attribute Details
#comparison_operator ⇒ "EQUALS", ...
Returns the value of attribute comparison_operator.
671 672 673 |
# File 'sig/types.rbs', line 671 def comparison_operator @comparison_operator end |
#operand ⇒ Types::CommandParameterValueComparisonOperand
Returns the value of attribute operand.
672 673 674 |
# File 'sig/types.rbs', line 672 def operand @operand end |