Class: Aws::Types::GuardrailPolicyResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"NONE", ...

Returns the value of attribute action.

Returns:

  • ("NONE", "BLOCKED", "MASKED")


1489
1490
1491
# File 'sig/types.rbs', line 1489

def action
  @action
end

#details::String

Returns the value of attribute details.

Returns:

  • (::String)


1490
1491
1492
# File 'sig/types.rbs', line 1490

def details
  @details
end

#policy_type"CONTENT_FILTER", ...

Returns the value of attribute policy_type.

Returns:

  • ("CONTENT_FILTER", "TOPIC", "WORD", "SENSITIVE_INFORMATION_PII", "SENSITIVE_INFORMATION_REGEX", "CONTEXTUAL_GROUNDING")


1488
1489
1490
# File 'sig/types.rbs', line 1488

def policy_type
  @policy_type
end