AdminUpdateAuthEventFeedbackRequest
public struct AdminUpdateAuthEventFeedbackRequest : AWSShape
                Undocumented
- 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
The authentication event ID.
Declaration
Swift
public let eventId: String - 
                  
                  
The authentication event feedback value.
Declaration
Swift
public let feedbackValue: FeedbackValueType - 
                  
                  
The user pool username.
Declaration
Swift
public let username: String - 
                  
                  
The user pool ID.
Declaration
Swift
public let userPoolId: String - 
                  
                  
Undocumented
Declaration
Swift
public init(eventId: String, feedbackValue: FeedbackValueType, username: String, userPoolId: String) - 
                  
                  
Declaration
Swift
public func validate(name: String) throws 
View on GitHub
        AdminUpdateAuthEventFeedbackRequest Structure Reference