Class: Aws::IoT::Types::CommandPreprocessor

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#aws_json_substitutionTypes::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