Class: Aws::Types::AccountTakeoverActionType
- Inherits:
-
Object
- Object
- Aws::Types::AccountTakeoverActionType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_action ⇒ "BLOCK", ...
Returns the value of attribute event_action.
-
#notify ⇒ Boolean
Returns the value of attribute notify.
Instance Attribute Details
#event_action ⇒ "BLOCK", ...
Returns the value of attribute event_action.
23 24 25 |
# File 'sig/types.rbs', line 23 def event_action @event_action end |
#notify ⇒ Boolean
Returns the value of attribute notify.
22 23 24 |
# File 'sig/types.rbs', line 22 def notify @notify end |