Class: Aws::BedrockAgentCoreControl::Types::InterceptorInputConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#pass_request_headersBoolean

Indicates whether to pass request headers as input into the interceptor. When set to true, request headers will be passed.

Returns:

  • (Boolean)


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