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.
1184 1185 1186 |
# File 'sig/types.rbs', line 1184 def content_policy @content_policy end |
#sensitive_information_policy ⇒ Types::GuardrailSensitiveInformationPolicyAssessment
Returns the value of attribute sensitive_information_policy.
1185 1186 1187 |
# File 'sig/types.rbs', line 1185 def sensitive_information_policy @sensitive_information_policy end |
#topic_policy ⇒ Types::GuardrailTopicPolicyAssessment
Returns the value of attribute topic_policy.
1186 1187 1188 |
# File 'sig/types.rbs', line 1186 def topic_policy @topic_policy end |
#word_policy ⇒ Types::GuardrailWordPolicyAssessment
Returns the value of attribute word_policy.
1187 1188 1189 |
# File 'sig/types.rbs', line 1187 def word_policy @word_policy end |