Class: Aws::IoT::Types::CommandParameterValueNumberRange

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Overview

The numerical range value type to compare a command parameter value against.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#maxString

The maximum value of a numerical range of a command parameter value.

Returns:

  • (String)


2470
2471
2472
2473
2474
2475
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2470

class CommandParameterValueNumberRange < Struct.new(
  :min,
  :max)
  SENSITIVE = []
  include Aws::Structure
end

#minString

The minimum value of a numerical range of a command parameter value.

Returns:

  • (String)


2470
2471
2472
2473
2474
2475
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2470

class CommandParameterValueNumberRange < Struct.new(
  :min,
  :max)
  SENSITIVE = []
  include Aws::Structure
end