DescribeUserPoolClientRequest

public struct DescribeUserPoolClientRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The app client ID of the app associated with the user pool.

    Declaration

    Swift

    public let clientId: String
  • The user pool ID for the user pool you want to describe.

    Declaration

    Swift

    public let userPoolId: String
  • Undocumented

    Declaration

    Swift

    public init(clientId: String, userPoolId: String)
  • Declaration

    Swift

    public func validate(name: String) throws