Class: Aws::BedrockAgentRuntime::Types::GuardrailRegexFilter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb

Overview

The details for the regex filter used in the Guardrail.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The action details for the regex filter used in the Guardrail.

Returns:

  • (String)


3443
3444
3445
3446
3447
3448
3449
3450
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3443

class GuardrailRegexFilter < Struct.new(
  :name,
  :regex,
  :match,
  :action)
  SENSITIVE = []
  include Aws::Structure
end

#matchString

The match details for the regex filter used in the Guardrail.

Returns:

  • (String)


3443
3444
3445
3446
3447
3448
3449
3450
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3443

class GuardrailRegexFilter < Struct.new(
  :name,
  :regex,
  :match,
  :action)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name details for the regex filter used in the Guardrail.

Returns:

  • (String)


3443
3444
3445
3446
3447
3448
3449
3450
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3443

class GuardrailRegexFilter < Struct.new(
  :name,
  :regex,
  :match,
  :action)
  SENSITIVE = []
  include Aws::Structure
end

#regexString

The regex details for the regex filter used in the Guardrail.

Returns:

  • (String)


3443
3444
3445
3446
3447
3448
3449
3450
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3443

class GuardrailRegexFilter < Struct.new(
  :name,
  :regex,
  :match,
  :action)
  SENSITIVE = []
  include Aws::Structure
end