Class: Aws::Types::BedrockGuardrailDetails
- Inherits:
-
Object
- Object
- Aws::Types::BedrockGuardrailDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_policy_filters ⇒ ::Array[Types::ContentPolicyFilter]
Returns the value of attribute content_policy_filters.
-
#guardrail_action ⇒ "GUARDRAIL_INTERVENED", "NONE"
Returns the value of attribute guardrail_action.
-
#guardrail_arn ⇒ ::String
Returns the value of attribute guardrail_arn.
-
#guardrail_source ⇒ "INPUT", "OUTPUT"
Returns the value of attribute guardrail_source.
-
#guardrail_version ⇒ ::String
Returns the value of attribute guardrail_version.
-
#guardrails ⇒ ::Array[Types::BedrockGuardrail]
Returns the value of attribute guardrails.
Instance Attribute Details
#content_policy_filters ⇒ ::Array[Types::ContentPolicyFilter]
Returns the value of attribute content_policy_filters.
255 256 257 |
# File 'sig/types.rbs', line 255 def content_policy_filters @content_policy_filters end |
#guardrail_action ⇒ "GUARDRAIL_INTERVENED", "NONE"
Returns the value of attribute guardrail_action.
253 254 255 |
# File 'sig/types.rbs', line 253 def guardrail_action @guardrail_action end |
#guardrail_arn ⇒ ::String
Returns the value of attribute guardrail_arn.
250 251 252 |
# File 'sig/types.rbs', line 250 def guardrail_arn @guardrail_arn end |
#guardrail_source ⇒ "INPUT", "OUTPUT"
Returns the value of attribute guardrail_source.
254 255 256 |
# File 'sig/types.rbs', line 254 def guardrail_source @guardrail_source end |
#guardrail_version ⇒ ::String
Returns the value of attribute guardrail_version.
251 252 253 |
# File 'sig/types.rbs', line 251 def guardrail_version @guardrail_version end |
#guardrails ⇒ ::Array[Types::BedrockGuardrail]
Returns the value of attribute guardrails.
252 253 254 |
# File 'sig/types.rbs', line 252 def guardrails @guardrails end |