Class: Aws::Types::GuardrailAssessment

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:content_policy, :sensitive_information_policy, :topic_policy, :word_policy])

Instance Attribute Summary collapse

Instance Attribute Details

#content_policyTypes::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_policyTypes::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_policyTypes::GuardrailTopicPolicyAssessment

Returns the value of attribute topic_policy.



1186
1187
1188
# File 'sig/types.rbs', line 1186

def topic_policy
  @topic_policy
end

#word_policyTypes::GuardrailWordPolicyAssessment

Returns the value of attribute word_policy.



1187
1188
1189
# File 'sig/types.rbs', line 1187

def word_policy
  @word_policy
end