Class: Aws::CognitoIdentityProvider::Types::EventFeedbackType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::EventFeedbackType
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/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.
4311 4312 4313 4314 4315 4316 4317 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4311 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.
4311 4312 4313 4314 4315 4316 4317 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4311 class EventFeedbackType < Struct.new( :feedback_value, :provider, :feedback_date) SENSITIVE = [] include Aws::Structure end |
#provider ⇒ String
The provider.
4311 4312 4313 4314 4315 4316 4317 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4311 class EventFeedbackType < Struct.new( :feedback_value, :provider, :feedback_date) SENSITIVE = [] include Aws::Structure end |