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)


3474
3475
3476
3477
3478
3479
3480
3481
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3474

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

#matchString

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

Returns:

  • (String)


3474
3475
3476
3477
3478
3479
3480
3481
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3474

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

#nameString

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

Returns:

  • (String)


3474
3475
3476
3477
3478
3479
3480
3481
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3474

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

#regexString

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

Returns:

  • (String)


3474
3475
3476
3477
3478
3479
3480
3481
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3474

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