Method: Aws::IoT::Types::CommandExecutionResult#b
- Defined in:
- lib/aws-sdk-iot/types.rb
#b ⇒ Boolean
An attribute of type Boolean. For example:
‘“BOOL”: true`
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 |