Class: Aws::ChimeSDKMessaging::Types::ProcessorConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::ProcessorConfiguration
- Defined in:
- gems/aws-sdk-chimesdkmessaging/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.
2616 2617 2618 2619 2620 |
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2616 class ProcessorConfiguration < Struct.new( :lambda) SENSITIVE = [] include Aws::Structure end |