Class: Aws::Types::GuardrailChecksConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_filterTypes::GuardrailChecksContentFilterConfig

Returns the value of attribute content_filter.



664
665
666
# File 'sig/types.rbs', line 664

def content_filter
  @content_filter
end

#prompt_attackTypes::GuardrailChecksPromptAttackConfig

Returns the value of attribute prompt_attack.



665
666
667
# File 'sig/types.rbs', line 665

def prompt_attack
  @prompt_attack
end

#sensitive_informationTypes::GuardrailChecksSensitiveInformationConfig

Returns the value of attribute sensitive_information.



666
667
668
# File 'sig/types.rbs', line 666

def sensitive_information
  @sensitive_information
end