GetListResult

data class GetListResult(val arn: String? = null, val createdTime: String? = null, val description: String? = null, val elements: List<String>? = null, val lastUpdatedTime: String? = null, val tags: List<Tag>? = null, val variableType: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, createdTime: String? = null, description: String? = null, elements: List<String>? = null, lastUpdatedTime: String? = null, tags: List<Tag>? = null, variableType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The list ARN.

Link copied to clipboard
val createdTime: String? = null

The time when the list was created.

Link copied to clipboard
val description: String? = null

The description of the list.

Link copied to clipboard
val elements: List<String>? = null

The elements in this list.

Link copied to clipboard
val lastUpdatedTime: String? = null

The time when the list was last updated.

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

Tags associated with this list.

Link copied to clipboard
val variableType: String? = null

The variable type of the list.