Class: Aws::Types::GuardrailWordPolicyAssessment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:custom_words, :managed_word_lists])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_words::Array[Types::GuardrailCustomWord]

Returns the value of attribute custom_words.

Returns:



1277
1278
1279
# File 'sig/types.rbs', line 1277

def custom_words
  @custom_words
end

#managed_word_lists::Array[Types::GuardrailManagedWord]

Returns the value of attribute managed_word_lists.

Returns:



1278
1279
1280
# File 'sig/types.rbs', line 1278

def managed_word_lists
  @managed_word_lists
end