Class: Aws::BedrockAgentCoreControl::Types::LambdaInterceptorConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::LambdaInterceptorConfiguration
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
The lambda configuration for the interceptor
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The arn of the lambda function to be invoked for the interceptor.
Instance Attribute Details
#arn ⇒ String
The arn of the lambda function to be invoked for the interceptor.
5576 5577 5578 5579 5580 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5576 class LambdaInterceptorConfiguration < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |