Class: Aws::ChimeSDKMessaging::Types::ProcessorConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::ProcessorConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
A processor’s metadata.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lambda ⇒ Types::LambdaConfiguration
Indicates that the processor is of type Lambda.
Instance Attribute Details
#lambda ⇒ Types::LambdaConfiguration
Indicates that the processor is of type Lambda.
2608 2609 2610 2611 2612 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2608 class ProcessorConfiguration < Struct.new( :lambda) SENSITIVE = [] include Aws::Structure end |