GetOutcomeResult

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The outcome ARN.

Link copied to clipboard
val createdTime: String? = null

The timestamp when the outcome was created.

Link copied to clipboard
val description: String? = null

The outcome description.

Link copied to clipboard
val lastUpdatedTime: String? = null

The timestamp when the outcome was last updated.

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

Tags associated with this outcome.