Class: Aws::Types::GuardrailUsage
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailUsage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#automated_reasoning_policies ⇒ ::Integer
Returns the value of attribute automated_reasoning_policies.
-
#automated_reasoning_policy_units ⇒ ::Integer
Returns the value of attribute automated_reasoning_policy_units.
-
#content_policy_image_units ⇒ ::Integer
Returns the value of attribute content_policy_image_units.
-
#content_policy_units ⇒ ::Integer
Returns the value of attribute content_policy_units.
-
#contextual_grounding_policy_units ⇒ ::Integer
Returns the value of attribute contextual_grounding_policy_units.
-
#sensitive_information_policy_free_units ⇒ ::Integer
Returns the value of attribute sensitive_information_policy_free_units.
-
#sensitive_information_policy_units ⇒ ::Integer
Returns the value of attribute sensitive_information_policy_units.
-
#topic_policy_units ⇒ ::Integer
Returns the value of attribute topic_policy_units.
-
#word_policy_units ⇒ ::Integer
Returns the value of attribute word_policy_units.
Instance Attribute Details
#automated_reasoning_policies ⇒ ::Integer
Returns the value of attribute automated_reasoning_policies.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def automated_reasoning_policies @automated_reasoning_policies end |
#automated_reasoning_policy_units ⇒ ::Integer
Returns the value of attribute automated_reasoning_policy_units.
998 999 1000 |
# File 'sig/types.rbs', line 998 def automated_reasoning_policy_units @automated_reasoning_policy_units end |
#content_policy_image_units ⇒ ::Integer
Returns the value of attribute content_policy_image_units.
997 998 999 |
# File 'sig/types.rbs', line 997 def content_policy_image_units @content_policy_image_units end |
#content_policy_units ⇒ ::Integer
Returns the value of attribute content_policy_units.
992 993 994 |
# File 'sig/types.rbs', line 992 def content_policy_units @content_policy_units end |
#contextual_grounding_policy_units ⇒ ::Integer
Returns the value of attribute contextual_grounding_policy_units.
996 997 998 |
# File 'sig/types.rbs', line 996 def contextual_grounding_policy_units @contextual_grounding_policy_units end |
#sensitive_information_policy_free_units ⇒ ::Integer
Returns the value of attribute sensitive_information_policy_free_units.
995 996 997 |
# File 'sig/types.rbs', line 995 def sensitive_information_policy_free_units @sensitive_information_policy_free_units end |
#sensitive_information_policy_units ⇒ ::Integer
Returns the value of attribute sensitive_information_policy_units.
994 995 996 |
# File 'sig/types.rbs', line 994 def sensitive_information_policy_units @sensitive_information_policy_units end |
#topic_policy_units ⇒ ::Integer
Returns the value of attribute topic_policy_units.
991 992 993 |
# File 'sig/types.rbs', line 991 def topic_policy_units @topic_policy_units end |
#word_policy_units ⇒ ::Integer
Returns the value of attribute word_policy_units.
993 994 995 |
# File 'sig/types.rbs', line 993 def word_policy_units @word_policy_units end |