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.
1304 1305 1306 |
# File 'sig/types.rbs', line 1304 def action @action end |
#event_type ⇒ Object
Returns the value of attribute event_type.
1305 1306 1307 |
# File 'sig/types.rbs', line 1305 def event_type @event_type end |