Class: Aws::CognitoIdentityProvider::Types::AccountTakeoverActionsType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::AccountTakeoverActionsType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
A list of account-takeover actions for each level of risk that Amazon Cognito might assess with advanced security features.
This data type is a request parameter of [SetRiskConfiguration] and a response parameter of [DescribeRiskConfiguration].
[1]: docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_SetRiskConfiguration.html [2]: docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DescribeRiskConfiguration.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#high_action ⇒ Types::AccountTakeoverActionType
The action that you assign to a high-risk assessment by advanced security features.
-
#low_action ⇒ Types::AccountTakeoverActionType
The action that you assign to a low-risk assessment by advanced security features.
-
#medium_action ⇒ Types::AccountTakeoverActionType
The action that you assign to a medium-risk assessment by advanced security features.
Instance Attribute Details
#high_action ⇒ Types::AccountTakeoverActionType
The action that you assign to a high-risk assessment by advanced security features.
118 119 120 121 122 123 124 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 118 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 advanced security features.
118 119 120 121 122 123 124 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 118 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 advanced security features.
118 119 120 121 122 123 124 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 118 class AccountTakeoverActionsType < Struct.new( :low_action, :medium_action, :high_action) SENSITIVE = [] include Aws::Structure end |