Class: Aws::BedrockAgentRuntime::Types::GuardrailTopic

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

Overview

The details for a specific topic defined in the Guardrail.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The action details on a specific topic in the Guardrail.

Returns:

  • (String)


3520
3521
3522
3523
3524
3525
3526
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3520

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

#nameString

The name details on a specific topic in the Guardrail.

Returns:

  • (String)


3520
3521
3522
3523
3524
3525
3526
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3520

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

#typeString

The type details on a specific topic in the Guardrail.

Returns:

  • (String)


3520
3521
3522
3523
3524
3525
3526
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3520

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