Class: Aws::Types::GuardrailAssessment
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailAssessment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_policy ⇒ Types::GuardrailContentPolicyAssessment
Returns the value of attribute content_policy.
-
#sensitive_information_policy ⇒ Types::GuardrailSensitiveInformationPolicyAssessment
Returns the value of attribute sensitive_information_policy.
-
#topic_policy ⇒ Types::GuardrailTopicPolicyAssessment
Returns the value of attribute topic_policy.
-
#word_policy ⇒ Types::GuardrailWordPolicyAssessment
Returns the value of attribute word_policy.
Instance Attribute Details
#content_policy ⇒ Types::GuardrailContentPolicyAssessment
Returns the value of attribute content_policy.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def content_policy @content_policy end |
#sensitive_information_policy ⇒ Types::GuardrailSensitiveInformationPolicyAssessment
Returns the value of attribute sensitive_information_policy.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def sensitive_information_policy @sensitive_information_policy end |
#topic_policy ⇒ Types::GuardrailTopicPolicyAssessment
Returns the value of attribute topic_policy.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def topic_policy @topic_policy end |
#word_policy ⇒ Types::GuardrailWordPolicyAssessment
Returns the value of attribute word_policy.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def word_policy @word_policy end |