Class: Aws::Types::AccountTakeoverActionsType
- Inherits:
-
Object
- Object
- Aws::Types::AccountTakeoverActionsType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#high_action ⇒ Types::AccountTakeoverActionType
Returns the value of attribute high_action.
-
#low_action ⇒ Types::AccountTakeoverActionType
Returns the value of attribute low_action.
-
#medium_action ⇒ Types::AccountTakeoverActionType
Returns the value of attribute medium_action.
Instance Attribute Details
#high_action ⇒ Types::AccountTakeoverActionType
Returns the value of attribute high_action.
30 31 32 |
# File 'sig/types.rbs', line 30 def high_action @high_action end |
#low_action ⇒ Types::AccountTakeoverActionType
Returns the value of attribute low_action.
28 29 30 |
# File 'sig/types.rbs', line 28 def low_action @low_action end |
#medium_action ⇒ Types::AccountTakeoverActionType
Returns the value of attribute medium_action.
29 30 31 |
# File 'sig/types.rbs', line 29 def medium_action @medium_action end |