Class: Aws::Types::AccountTakeoverActionsType

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#high_actionTypes::AccountTakeoverActionType

Returns the value of attribute high_action.



30
31
32
# File 'sig/types.rbs', line 30

def high_action
  @high_action
end

#low_actionTypes::AccountTakeoverActionType

Returns the value of attribute low_action.



28
29
30
# File 'sig/types.rbs', line 28

def low_action
  @low_action
end

#medium_actionTypes::AccountTakeoverActionType

Returns the value of attribute medium_action.



29
30
31
# File 'sig/types.rbs', line 29

def medium_action
  @medium_action
end