Class: Aws::Types::CommandParameterValueComparisonOperand
- Inherits:
-
Object
- Object
- Aws::Types::CommandParameterValueComparisonOperand
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#number ⇒ ::String
Returns the value of attribute number.
-
#number_range ⇒ Types::CommandParameterValueNumberRange
Returns the value of attribute number_range.
-
#numbers ⇒ ::Array[::String]
Returns the value of attribute numbers.
-
#string ⇒ ::String
Returns the value of attribute string.
-
#strings ⇒ ::Array[::String]
Returns the value of attribute strings.
Instance Attribute Details
#number ⇒ ::String
Returns the value of attribute number.
662 663 664 |
# File 'sig/types.rbs', line 662 def number @number end |
#number_range ⇒ Types::CommandParameterValueNumberRange
Returns the value of attribute number_range.
666 667 668 |
# File 'sig/types.rbs', line 666 def number_range @number_range end |
#numbers ⇒ ::Array[::String]
Returns the value of attribute numbers.
663 664 665 |
# File 'sig/types.rbs', line 663 def numbers @numbers end |
#string ⇒ ::String
Returns the value of attribute string.
664 665 666 |
# File 'sig/types.rbs', line 664 def string @string end |
#strings ⇒ ::Array[::String]
Returns the value of attribute strings.
665 666 667 |
# File 'sig/types.rbs', line 665 def strings @strings end |