Class: Aws::IoT::Types::CommandPreprocessor
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CommandPreprocessor
- Includes:
- Structure
- Defined in:
- 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.
2536 2537 2538 2539 2540 |
# File 'lib/aws-sdk-iot/types.rb', line 2536 class CommandPreprocessor < Struct.new( :aws_json_substitution) SENSITIVE = [] include Aws::Structure end |