Class: Aws::Types::GuardrailPolicyResult
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailPolicyResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "NONE", ...
Returns the value of attribute action.
-
#details ⇒ ::String
Returns the value of attribute details.
-
#policy_type ⇒ "CONTENT_FILTER", ...
Returns the value of attribute policy_type.
Instance Attribute Details
#action ⇒ "NONE", ...
Returns the value of attribute action.
1489 1490 1491 |
# File 'sig/types.rbs', line 1489 def action @action end |
#details ⇒ ::String
Returns the value of attribute details.
1490 1491 1492 |
# File 'sig/types.rbs', line 1490 def details @details end |
#policy_type ⇒ "CONTENT_FILTER", ...
Returns the value of attribute policy_type.
1488 1489 1490 |
# File 'sig/types.rbs', line 1488 def policy_type @policy_type end |