Class: Aws::BedrockAgentCoreControl::Types::InterceptorInputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::InterceptorInputConfiguration
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
The input configuration of the interceptor.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pass_request_headers ⇒ Boolean
Indicates whether to pass request headers as input into the interceptor.
Instance Attribute Details
#pass_request_headers ⇒ Boolean
Indicates whether to pass request headers as input into the interceptor. When set to true, request headers will be passed.
5489 5490 5491 5492 5493 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5489 class InterceptorInputConfiguration < Struct.new( :pass_request_headers) SENSITIVE = [] include Aws::Structure end |