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)


1074
1075
1076
1077
1078
1079
1080
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1074

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

#matchString

The match for the managed word.

Returns:

  • (String)


1074
1075
1076
1077
1078
1079
1080
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1074

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

#typeString

The type for the managed word.

Returns:

  • (String)


1074
1075
1076
1077
1078
1079
1080
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1074

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