Class: Aws::IoT::Types::CommandParameterValueComparisonOperand
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CommandParameterValueComparisonOperand
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
The comparison operand used to compare the defined value against the value supplied in request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#number ⇒ String
An operand of number value type, defined as a string.
-
#number_range ⇒ Types::CommandParameterValueNumberRange
An operand of numerical range value type.
-
#numbers ⇒ Array<String>
A List of operands of numerical value type, defined as strings.
-
#string ⇒ String
An operand of string value type.
-
#strings ⇒ Array<String>
A List of operands of string value type.
Instance Attribute Details
#number ⇒ String
An operand of number value type, defined as a string.
2427 2428 2429 2430 2431 2432 2433 2434 2435 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2427 class CommandParameterValueComparisonOperand < Struct.new( :number, :numbers, :string, :strings, :number_range) SENSITIVE = [] include Aws::Structure end |
#number_range ⇒ Types::CommandParameterValueNumberRange
An operand of numerical range value type.
2427 2428 2429 2430 2431 2432 2433 2434 2435 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2427 class CommandParameterValueComparisonOperand < Struct.new( :number, :numbers, :string, :strings, :number_range) SENSITIVE = [] include Aws::Structure end |
#numbers ⇒ Array<String>
A List of operands of numerical value type, defined as strings.
2427 2428 2429 2430 2431 2432 2433 2434 2435 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2427 class CommandParameterValueComparisonOperand < Struct.new( :number, :numbers, :string, :strings, :number_range) SENSITIVE = [] include Aws::Structure end |
#string ⇒ String
An operand of string value type.
2427 2428 2429 2430 2431 2432 2433 2434 2435 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2427 class CommandParameterValueComparisonOperand < Struct.new( :number, :numbers, :string, :strings, :number_range) SENSITIVE = [] include Aws::Structure end |
#strings ⇒ Array<String>
A List of operands of string value type.
2427 2428 2429 2430 2431 2432 2433 2434 2435 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2427 class CommandParameterValueComparisonOperand < Struct.new( :number, :numbers, :string, :strings, :number_range) SENSITIVE = [] include Aws::Structure end |