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_headers ⇒ Boolean

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

Returns:

  • (Boolean)


13343
13344
13345
13346
13347
13348
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 13343

class InterceptorInputConfiguration < Struct.new(
  :pass_request_headers,
  :payload_filter)
  SENSITIVE = []
  include Aws::Structure
end

#payload_filter ⇒ Types::InterceptorPayloadFilter

The filter that determines which parts of the request or response payload are passed as input to the interceptor.



13343
13344
13345
13346
13347
13348
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 13343

class InterceptorInputConfiguration < Struct.new(
  :pass_request_headers,
  :payload_filter)
  SENSITIVE = []
  include Aws::Structure
end