GetViewVersionResult

data class GetViewVersionResult(val version: Int? = null, val viewVersionArn: String? = null)

Constructors

Link copied to clipboard
constructor(version: Int? = null, viewVersionArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val version: Int? = null

The version of the view.

Link copied to clipboard
val viewVersionArn: String? = null

The Amazon Resource Name (ARN) of the created view version.