Class: Aws::Types::CommandParameterValueComparisonOperand

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#number::String

Returns the value of attribute number.

Returns:

  • (::String)


662
663
664
# File 'sig/types.rbs', line 662

def number
  @number
end

#number_rangeTypes::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.

Returns:

  • (::Array[::String])


663
664
665
# File 'sig/types.rbs', line 663

def numbers
  @numbers
end

#string::String

Returns the value of attribute string.

Returns:

  • (::String)


664
665
666
# File 'sig/types.rbs', line 664

def string
  @string
end

#strings::Array[::String]

Returns the value of attribute strings.

Returns:

  • (::Array[::String])


665
666
667
# File 'sig/types.rbs', line 665

def strings
  @strings
end