UICustomizationType
public struct UICustomizationType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The client ID for the client app.
Declaration
Swift
public let clientId: String? -
The creation date for the UI customization.
Declaration
Swift
public let creationDate: TimeStamp? -
The CSS values in the UI customization.
Declaration
Swift
public let css: String? -
The CSS version number.
Declaration
Swift
public let cSSVersion: String? -
The logo image for the UI customization.
Declaration
Swift
public let imageUrl: String? -
The last-modified date for the UI customization.
Declaration
Swift
public let lastModifiedDate: TimeStamp? -
The user pool ID for the user pool.
Declaration
Swift
public let userPoolId: String?
View on GitHub
UICustomizationType Structure Reference