GetUserPoolUiCustomizationAttachmentResult

data class GetUserPoolUiCustomizationAttachmentResult(val css: String? = null, val id: String? = null)

Constructors

constructor(css: String? = null, id: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val css: String? = null

The CSS values in the UI customization.

Link copied to clipboard
val id: String? = null

The resource ID.