UserPoolClientDescription

public struct UserPoolClientDescription : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let clientId: String?
  • The client name from the user pool client description.

    Declaration

    Swift

    public let clientName: String?
  • The user pool ID for the user pool where you want to describe the user pool client.

    Declaration

    Swift

    public let userPoolId: String?
  • Undocumented

    Declaration

    Swift

    public init(clientId: String? = nil, clientName: String? = nil, userPoolId: String? = nil)