GetTemplateResult

data class GetTemplateResult(val arn: String? = null, val createdTime: String? = null, val lastUpdatedTime: String? = null, val name: String? = null, val permissions: List<TemplateResourcePermission>? = null, val tags: List<Tag>? = null, val version: TemplateVersion? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the template.

Link copied to clipboard
val createdTime: String? = null

Time when this was created.

Link copied to clipboard
val lastUpdatedTime: String? = null

Time when this was last updated.

Link copied to clipboard
val name: String? = null

A display name for the template.

Link copied to clipboard

A list of resource permissions to be set on the template.

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

Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.

Link copied to clipboard