Class: Aws::Types::GuardrailChecksUsageResults

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_filterTypes::GuardrailChecksContentFilterUsage

Returns the value of attribute content_filter.



778
779
780
# File 'sig/types.rbs', line 778

def content_filter
  @content_filter
end

#prompt_attackTypes::GuardrailChecksPromptAttackUsage

Returns the value of attribute prompt_attack.



779
780
781
# File 'sig/types.rbs', line 779

def prompt_attack
  @prompt_attack
end

#sensitive_informationTypes::GuardrailChecksSensitiveInformationUsage

Returns the value of attribute sensitive_information.



780
781
782
# File 'sig/types.rbs', line 780

def sensitive_information
  @sensitive_information
end