Method: Aws::IoT::Types::CommandExecutionResult#b

Defined in:
lib/aws-sdk-iot/types.rb

#bBoolean

An attribute of type Boolean. For example:

‘“BOOL”: true`

Returns:

  • (Boolean)


2283
2284
2285
2286
2287
2288
2289
# File 'lib/aws-sdk-iot/types.rb', line 2283

class CommandExecutionResult < Struct.new(
  :s,
  :b,
  :bin)
  SENSITIVE = []
  include Aws::Structure
end