Method: Aws::IoT::Types::CommandParameterValue#i
- Defined in:
- lib/aws-sdk-iot/types.rb
#i ⇒ Integer
An attribute of type Integer (Thirty-Two Bits).
2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 |
# File 'lib/aws-sdk-iot/types.rb', line 2418 class CommandParameterValue < Struct.new( :s, :b, :i, :l, :d, :bin, :ul) SENSITIVE = [] include Aws::Structure end |