Class: Aws::CognitoIdentityProvider::Types::AdminUpdateAuthEventFeedbackRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::AdminUpdateAuthEventFeedbackRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:username]
Instance Attribute Summary collapse
-
#event_id ⇒ String
The authentication event ID.
-
#feedback_value ⇒ String
The authentication event feedback value.
-
#user_pool_id ⇒ String
The user pool ID.
-
#username ⇒ String
The user pool username.
Instance Attribute Details
#event_id ⇒ String
The authentication event ID.
1620 1621 1622 1623 1624 1625 1626 1627 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 1620 class AdminUpdateAuthEventFeedbackRequest < Struct.new( :user_pool_id, :username, :event_id, :feedback_value) SENSITIVE = [:username] include Aws::Structure end |
#feedback_value ⇒ String
The authentication event feedback value.
1620 1621 1622 1623 1624 1625 1626 1627 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 1620 class AdminUpdateAuthEventFeedbackRequest < Struct.new( :user_pool_id, :username, :event_id, :feedback_value) SENSITIVE = [:username] include Aws::Structure end |
#user_pool_id ⇒ String
The user pool ID.
1620 1621 1622 1623 1624 1625 1626 1627 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 1620 class AdminUpdateAuthEventFeedbackRequest < Struct.new( :user_pool_id, :username, :event_id, :feedback_value) SENSITIVE = [:username] include Aws::Structure end |
#username ⇒ String
The user pool username.
1620 1621 1622 1623 1624 1625 1626 1627 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 1620 class AdminUpdateAuthEventFeedbackRequest < Struct.new( :user_pool_id, :username, :event_id, :feedback_value) SENSITIVE = [:username] include Aws::Structure end |