Class: Aws::KinesisAnalytics::Types::InputProcessingConfigurationDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalytics::Types::InputProcessingConfigurationDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalytics/types.rb
Overview
Provides configuration information about an input processor. Currently, the only input processor available is [AWS Lambda].
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input_lambda_processor_description ⇒ Types::InputLambdaProcessorDescription
Provides configuration information about the associated [InputLambdaProcessorDescription].
Instance Attribute Details
#input_lambda_processor_description ⇒ Types::InputLambdaProcessorDescription
Provides configuration information about the associated [InputLambdaProcessorDescription].
[1]: docs.aws.amazon.com/kinesisanalytics/latest/dev/API_InputLambdaProcessorDescription.html
1302 1303 1304 1305 1306 |
# File 'lib/aws-sdk-kinesisanalytics/types.rb', line 1302 class InputProcessingConfigurationDescription < Struct.new( :input_lambda_processor_description) SENSITIVE = [] include Aws::Structure end |