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?
  • css

    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?
  • Undocumented

    Declaration

    Swift

    public init(clientId: String? = nil, creationDate: TimeStamp? = nil, css: String? = nil, cSSVersion: String? = nil, imageUrl: String? = nil, lastModifiedDate: TimeStamp? = nil, userPoolId: String? = nil)