GetThemeResult

data class GetThemeResult(val arn: String? = null, val createdTime: String? = null, val lastUpdatedTime: String? = null, val name: String? = null, val permissions: List<ThemeResourcePermission>? = null, val tags: List<Tag>? = null, val type: ThemeType? = null, val version: ThemeVersion? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, createdTime: String? = null, lastUpdatedTime: String? = null, name: String? = null, permissions: List<ThemeResourcePermission>? = null, tags: List<Tag>? = null, type: ThemeType? = null, version: ThemeVersion? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the theme.

Link copied to clipboard
val createdTime: String? = null

The date and time that the theme was created.

Link copied to clipboard
val lastUpdatedTime: String? = null

The date and time that the theme was last updated.

Link copied to clipboard
val name: String? = null

A display name for the theme.

Link copied to clipboard

A valid grouping of resource permissions to apply to the new theme.

Link copied to clipboard
val tags: List<Tag>? = null

A map of the key-value pairs for the resource tag or tags that you want to add to the resource.

Link copied to clipboard
val type: ThemeType? = null

Theme type.

Link copied to clipboard
val version: ThemeVersion? = null