Class: Aws::CognitoIdentityProvider::Types::EventRiskType

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

Overview

The event risk type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compromised_credentials_detectedBoolean

Indicates whether compromised credentials were detected during an authentication event.

Returns:

  • (Boolean)


4571
4572
4573
4574
4575
4576
4577
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4571

class EventRiskType < Struct.new(
  :risk_decision,
  :risk_level,
  :compromised_credentials_detected)
  SENSITIVE = []
  include Aws::Structure
end

#risk_decisionString

The risk decision.

Returns:

  • (String)


4571
4572
4573
4574
4575
4576
4577
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4571

class EventRiskType < Struct.new(
  :risk_decision,
  :risk_level,
  :compromised_credentials_detected)
  SENSITIVE = []
  include Aws::Structure
end

#risk_levelString

The risk level.

Returns:

  • (String)


4571
4572
4573
4574
4575
4576
4577
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4571

class EventRiskType < Struct.new(
  :risk_decision,
  :risk_level,
  :compromised_credentials_detected)
  SENSITIVE = []
  include Aws::Structure
end