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:



1359
1360
1361
# File 'sig/types.rbs', line 1359

def custom_words
  @custom_words
end

#managed_word_lists::Array[Types::GuardrailManagedWord]

Returns the value of attribute managed_word_lists.

Returns:



1360
1361
1362
# File 'sig/types.rbs', line 1360

def managed_word_lists
  @managed_word_lists
end