Class: Aws::Types::GuardrailEvent
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "INTERVENED", "NONE"
Returns the value of attribute action.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
Instance Attribute Details
#action ⇒ "INTERVENED", "NONE"
Returns the value of attribute action.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 def action @action end |
#event_type ⇒ Object
Returns the value of attribute event_type.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def event_type @event_type end |