Class: Aws::CognitoIdentityProvider::Types::AccountTakeoverActionsType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::AccountTakeoverActionsType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Account takeover actions type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#high_action ⇒ Types::AccountTakeoverActionType
Action to take for a high risk.
-
#low_action ⇒ Types::AccountTakeoverActionType
Action to take for a low risk.
-
#medium_action ⇒ Types::AccountTakeoverActionType
Action to take for a medium risk.
Instance Attribute Details
#high_action ⇒ Types::AccountTakeoverActionType
Action to take for a high risk.
73 74 75 76 77 78 79 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 73 class AccountTakeoverActionsType < Struct.new( :low_action, :medium_action, :high_action) SENSITIVE = [] include Aws::Structure end |
#low_action ⇒ Types::AccountTakeoverActionType
Action to take for a low risk.
73 74 75 76 77 78 79 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 73 class AccountTakeoverActionsType < Struct.new( :low_action, :medium_action, :high_action) SENSITIVE = [] include Aws::Structure end |
#medium_action ⇒ Types::AccountTakeoverActionType
Action to take for a medium risk.
73 74 75 76 77 78 79 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 73 class AccountTakeoverActionsType < Struct.new( :low_action, :medium_action, :high_action) SENSITIVE = [] include Aws::Structure end |