Class: Aws::CognitoIdentityProvider::Types::AccountTakeoverActionsType

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Account takeover actions type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#high_actionTypes::AccountTakeoverActionType

Action to take for a high risk.



73
74
75
76
77
78
79
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 73

class AccountTakeoverActionsType < Struct.new(
  :low_action,
  :medium_action,
  :high_action)
  SENSITIVE = []
  include Aws::Structure
end

#low_actionTypes::AccountTakeoverActionType

Action to take for a low risk.



73
74
75
76
77
78
79
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 73

class AccountTakeoverActionsType < Struct.new(
  :low_action,
  :medium_action,
  :high_action)
  SENSITIVE = []
  include Aws::Structure
end

#medium_actionTypes::AccountTakeoverActionType

Action to take for a medium risk.



73
74
75
76
77
78
79
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 73

class AccountTakeoverActionsType < Struct.new(
  :low_action,
  :medium_action,
  :high_action)
  SENSITIVE = []
  include Aws::Structure
end