Class: Aws::Types::AccountTakeoverRiskConfigurationType
- Inherits:
-
Object
- Object
- Aws::Types::AccountTakeoverRiskConfigurationType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ Types::AccountTakeoverActionsType
Returns the value of attribute actions.
-
#notify_configuration ⇒ Types::NotifyConfigurationType
Returns the value of attribute notify_configuration.
Instance Attribute Details
#actions ⇒ Types::AccountTakeoverActionsType
Returns the value of attribute actions.
36 37 38 |
# File 'sig/types.rbs', line 36 def actions @actions end |
#notify_configuration ⇒ Types::NotifyConfigurationType
Returns the value of attribute notify_configuration.
35 36 37 |
# File 'sig/types.rbs', line 35 def notify_configuration @notify_configuration end |