Class: Aws::IoT::Types::AwsJsonSubstitutionCommandPreprocessorConfig

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

Overview

Configures the command to treat the payloadTemplate as a JSON document for preprocessing. This preprocessor substitutes placeholders with parameter values to generate the command execution request payload.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#output_formatString

Converts the command preprocessor result to the format defined by this parameter, before sending it to the device.

Returns:

  • (String)


1370
1371
1372
1373
1374
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 1370

class AwsJsonSubstitutionCommandPreprocessorConfig < Struct.new(
  :output_format)
  SENSITIVE = []
  include Aws::Structure
end