Class: Aws::CognitoIdentityProvider::Types::UpdateAuthEventFeedbackRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::UpdateAuthEventFeedbackRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Note:
When making an API call, you may pass UpdateAuthEventFeedbackRequest data as a hash:
{
user_pool_id: "UserPoolIdType", # required
username: "UsernameType", # required
event_id: "EventIdType", # required
feedback_token: "TokenModelType", # required
feedback_value: "Valid", # required, accepts Valid, Invalid
}
Constant Summary collapse
- SENSITIVE =
[:username, :feedback_token]
Instance Attribute Summary collapse
-
#event_id ⇒ String
The event ID.
-
#feedback_token ⇒ String
The feedback token.
-
#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 event ID.
9026 9027 9028 9029 9030 9031 9032 9033 9034 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9026 class UpdateAuthEventFeedbackRequest < Struct.new( :user_pool_id, :username, :event_id, :feedback_token, :feedback_value) SENSITIVE = [:username, :feedback_token] include Aws::Structure end |
#feedback_token ⇒ String
The feedback token.
9026 9027 9028 9029 9030 9031 9032 9033 9034 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9026 class UpdateAuthEventFeedbackRequest < Struct.new( :user_pool_id, :username, :event_id, :feedback_token, :feedback_value) SENSITIVE = [:username, :feedback_token] include Aws::Structure end |
#feedback_value ⇒ String
The authentication event feedback value.
9026 9027 9028 9029 9030 9031 9032 9033 9034 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9026 class UpdateAuthEventFeedbackRequest < Struct.new( :user_pool_id, :username, :event_id, :feedback_token, :feedback_value) SENSITIVE = [:username, :feedback_token] include Aws::Structure end |
#user_pool_id ⇒ String
The user pool ID.
9026 9027 9028 9029 9030 9031 9032 9033 9034 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9026 class UpdateAuthEventFeedbackRequest < Struct.new( :user_pool_id, :username, :event_id, :feedback_token, :feedback_value) SENSITIVE = [:username, :feedback_token] include Aws::Structure end |
#username ⇒ String
The user pool username.
9026 9027 9028 9029 9030 9031 9032 9033 9034 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9026 class UpdateAuthEventFeedbackRequest < Struct.new( :user_pool_id, :username, :event_id, :feedback_token, :feedback_value) SENSITIVE = [:username, :feedback_token] include Aws::Structure end |