GetUICustomizationRequest

public struct GetUICustomizationRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The client ID for the client app.

    Declaration

    Swift

    public let clientId: String?
  • The user pool ID for the user pool.

    Declaration

    Swift

    public let userPoolId: String
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws