Class: Aws::IoT::Types::AwsJsonSubstitutionCommandPreprocessorConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::AwsJsonSubstitutionCommandPreprocessorConfig
- 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
-
#output_format ⇒ String
Converts the command preprocessor result to the format defined by this parameter, before sending it to the device.
Instance Attribute Details
#output_format ⇒ String
Converts the command preprocessor result to the format defined by this parameter, before sending it to the device.
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 |