Class: Aws::BedrockAgentRuntime::Types::GuardrailEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::GuardrailEvent
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
A guardrail event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The guardrail action.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
Instance Attribute Details
#action ⇒ String
The guardrail action.
2094 2095 2096 2097 2098 2099 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2094 class GuardrailEvent < Struct.new( :action, :event_type) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ Object
Returns the value of attribute event_type
2094 2095 2096 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2094 def event_type @event_type end |