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)


2217
2218
2219
2220
2221
2222
2223
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2217

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)


2217
2218
2219
2220
2221
2222
2223
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2217

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)


2217
2218
2219
2220
2221
2222
2223
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2217

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