Class: Aws::BedrockAgentRuntime::Types::GuardrailTopic
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::GuardrailTopic
- 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
-
#action ⇒ String
The action details on a specific topic in the Guardrail.
-
#name ⇒ String
The name details on a specific topic in the Guardrail.
-
#type ⇒ String
The type details on a specific topic in the Guardrail.
Instance Attribute Details
#action ⇒ String
The action details on a specific topic in the Guardrail.
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 |
#name ⇒ String
The name details on a specific topic in the Guardrail.
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 |
#type ⇒ String
The type details on a specific topic in the Guardrail.
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 |