SetUICustomizationRequest
public struct SetUICustomizationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The client ID for the client app.
Declaration
Swift
public let clientId: String?
-
The CSS values in the UI customization.
Declaration
Swift
public let css: String?
-
The uploaded logo image for the UI customization.
Declaration
Swift
public let imageFile: Data?
-
The user pool ID for the user pool.
Declaration
Swift
public let userPoolId: String
-
Undocumented
Declaration
Swift
public init(clientId: String? = nil, css: String? = nil, imageFile: Data? = nil, userPoolId: String)
-
Declaration
Swift
public func validate(name: String) throws