Class: Aws::CognitoIdentityProvider::Types::AccountTakeoverActionsType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::AccountTakeoverActionsType
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
A list of account-takeover actions for each level of risk that Amazon Cognito might assess with threat protection features.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#high_action ⇒ Types::AccountTakeoverActionType
The action that you assign to a high-risk assessment by threat protection.
-
#low_action ⇒ Types::AccountTakeoverActionType
The action that you assign to a low-risk assessment by threat protection.
-
#medium_action ⇒ Types::AccountTakeoverActionType
The action that you assign to a medium-risk assessment by threat protection.
Instance Attribute Details
#high_action ⇒ Types::AccountTakeoverActionType
The action that you assign to a high-risk assessment by threat protection.
92 93 94 95 96 97 98 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 92 class AccountTakeoverActionsType < Struct.new( :low_action, :medium_action, :high_action) SENSITIVE = [] include Aws::Structure end |
#low_action ⇒ Types::AccountTakeoverActionType
The action that you assign to a low-risk assessment by threat protection.
92 93 94 95 96 97 98 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 92 class AccountTakeoverActionsType < Struct.new( :low_action, :medium_action, :high_action) SENSITIVE = [] include Aws::Structure end |
#medium_action ⇒ Types::AccountTakeoverActionType
The action that you assign to a medium-risk assessment by threat protection.
92 93 94 95 96 97 98 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 92 class AccountTakeoverActionsType < Struct.new( :low_action, :medium_action, :high_action) SENSITIVE = [] include Aws::Structure end |