GetDefaultViewAssociationResult

data class GetDefaultViewAssociationResult(val associatedAwsPrincipal: String? = null, val viewArn: String? = null)

Constructors

Link copied to clipboard
fun GetDefaultViewAssociationResult(associatedAwsPrincipal: String? = null, viewArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The AWS principal that the default view is associated with, used as the unique identifier for this resource.

Link copied to clipboard
val viewArn: String? = null