Class: Aws::CognitoIdentityProvider::Types::EventFeedbackType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::EventFeedbackType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Specifies the event feedback type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#feedback_date ⇒ Time
The event feedback date.
-
#feedback_value ⇒ String
The authentication event feedback value.
-
#provider ⇒ String
The provider.
Instance Attribute Details
#feedback_date ⇒ Time
The event feedback date.
4669 4670 4671 4672 4673 4674 4675 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4669 class EventFeedbackType < Struct.new( :feedback_value, :provider, :feedback_date) SENSITIVE = [] include Aws::Structure end |
#feedback_value ⇒ String
The authentication event feedback value. When you provide a ‘FeedbackValue` value of `valid`, you tell Amazon Cognito that you trust a user session where Amazon Cognito has evaluated some level of risk. When you provide a `FeedbackValue` value of `invalid`, you tell Amazon Cognito that you don’t trust a user session, or you don’t believe that Amazon Cognito evaluated a high-enough risk level.
4669 4670 4671 4672 4673 4674 4675 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4669 class EventFeedbackType < Struct.new( :feedback_value, :provider, :feedback_date) SENSITIVE = [] include Aws::Structure end |
#provider ⇒ String
The provider.
4669 4670 4671 4672 4673 4674 4675 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4669 class EventFeedbackType < Struct.new( :feedback_value, :provider, :feedback_date) SENSITIVE = [] include Aws::Structure end |