Class: Aws::BedrockRuntime::Types::GuardrailManagedWord

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockruntime/types.rb

Overview

A managed word configured in a guardrail.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The action for the managed word.

Returns:

  • (String)


1035
1036
1037
1038
1039
1040
1041
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1035

class GuardrailManagedWord < Struct.new(
  :match,
  :type,
  :action)
  SENSITIVE = []
  include Aws::Structure
end

#matchString

The match for the managed word.

Returns:

  • (String)


1035
1036
1037
1038
1039
1040
1041
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1035

class GuardrailManagedWord < Struct.new(
  :match,
  :type,
  :action)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type for the managed word.

Returns:

  • (String)


1035
1036
1037
1038
1039
1040
1041
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1035

class GuardrailManagedWord < Struct.new(
  :match,
  :type,
  :action)
  SENSITIVE = []
  include Aws::Structure
end