Class: Aws::ChimeSDKMessaging::Types::LambdaConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::LambdaConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Stores metadata about a Lambda processor.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#invocation_type ⇒ String
Controls how the Lambda function is invoked.
-
#resource_arn ⇒ String
The ARN of the Lambda message processing function.
Instance Attribute Details
#invocation_type ⇒ String
Controls how the Lambda function is invoked.
1946 1947 1948 1949 1950 1951 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1946 class LambdaConfiguration < Struct.new( :resource_arn, :invocation_type) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ARN of the Lambda message processing function.
1946 1947 1948 1949 1950 1951 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1946 class LambdaConfiguration < Struct.new( :resource_arn, :invocation_type) SENSITIVE = [] include Aws::Structure end |