Class: Aws::IoT::Types::CommandPreprocessor
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CommandPreprocessor
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
Configuration that determines how the payloadTemplate is processed
by the service to generate the final payload sent to devices at
StartCommandExecution API invocation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_json_substitution ⇒ Types::AwsJsonSubstitutionCommandPreprocessorConfig
Configuration for the JSON substitution preprocessor.
Instance Attribute Details
#aws_json_substitution ⇒ Types::AwsJsonSubstitutionCommandPreprocessorConfig
Configuration for the JSON substitution preprocessor.
2510 2511 2512 2513 2514 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2510 class CommandPreprocessor < Struct.new( :aws_json_substitution) SENSITIVE = [] include Aws::Structure end |