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.



1266
1267
1268
# File 'sig/types.rbs', line 1266

def content_policy
  @content_policy
end

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

Returns the value of attribute topic_policy.



1268
1269
1270
# File 'sig/types.rbs', line 1268

def topic_policy
  @topic_policy
end

#word_policyTypes::GuardrailWordPolicyAssessment

Returns the value of attribute word_policy.



1269
1270
1271
# File 'sig/types.rbs', line 1269

def word_policy
  @word_policy
end