Class: Aws::CognitoIdentityProvider::Types::EventRiskType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::EventRiskType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
The event risk type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compromised_credentials_detected ⇒ Boolean
Indicates whether compromised credentials were detected during an authentication event.
-
#risk_decision ⇒ String
The risk decision.
-
#risk_level ⇒ String
The risk level.
Instance Attribute Details
#compromised_credentials_detected ⇒ Boolean
Indicates whether compromised credentials were detected during an authentication event.
4694 4695 4696 4697 4698 4699 4700 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4694 class EventRiskType < Struct.new( :risk_decision, :risk_level, :compromised_credentials_detected) SENSITIVE = [] include Aws::Structure end |
#risk_decision ⇒ String
The risk decision.
4694 4695 4696 4697 4698 4699 4700 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4694 class EventRiskType < Struct.new( :risk_decision, :risk_level, :compromised_credentials_detected) SENSITIVE = [] include Aws::Structure end |
#risk_level ⇒ String
The risk level.
4694 4695 4696 4697 4698 4699 4700 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4694 class EventRiskType < Struct.new( :risk_decision, :risk_level, :compromised_credentials_detected) SENSITIVE = [] include Aws::Structure end |