Class: Aws::Types::GuardrailChecksResults

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_filterTypes::GuardrailChecksContentFilterResult

Returns the value of attribute content_filter.



740
741
742
# File 'sig/types.rbs', line 740

def content_filter
  @content_filter
end

#prompt_attackTypes::GuardrailChecksPromptAttackResult

Returns the value of attribute prompt_attack.



741
742
743
# File 'sig/types.rbs', line 741

def prompt_attack
  @prompt_attack
end

#sensitive_informationTypes::GuardrailChecksSensitiveInformationResult

Returns the value of attribute sensitive_information.



742
743
744
# File 'sig/types.rbs', line 742

def sensitive_information
  @sensitive_information
end