Class: Aws::QConnect::Types::GuardrailPolicyResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::GuardrailPolicyResult
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Per-policy guardrail assessment result. Captures which policy triggered, its outcome, and a policy-specific detail string.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
Outcome of this specific policy.
-
#details ⇒ String
Policy-specific detail.
-
#policy_type ⇒ String
The type of guardrail policy that was evaluated.
Instance Attribute Details
#action ⇒ String
Outcome of this specific policy.
5764 5765 5766 5767 5768 5769 5770 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5764 class GuardrailPolicyResult < Struct.new( :policy_type, :action, :details) SENSITIVE = [] include Aws::Structure end |
#details ⇒ String
Policy-specific detail.
5764 5765 5766 5767 5768 5769 5770 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5764 class GuardrailPolicyResult < Struct.new( :policy_type, :action, :details) SENSITIVE = [] include Aws::Structure end |
#policy_type ⇒ String
The type of guardrail policy that was evaluated.
5764 5765 5766 5767 5768 5769 5770 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5764 class GuardrailPolicyResult < Struct.new( :policy_type, :action, :details) SENSITIVE = [] include Aws::Structure end |