GetViewResult

data class GetViewResult(val filters: ViewFilters? = null, val includedProperties: List<ViewIncludedProperty>? = null, val tags: ViewTagMap? = null, val viewArn: String? = null)

Constructors

Link copied to clipboard
fun GetViewResult(filters: ViewFilters? = null, includedProperties: List<ViewIncludedProperty>? = null, tags: ViewTagMap? = null, viewArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val filters: ViewFilters? = null
Link copied to clipboard
Link copied to clipboard
val tags: ViewTagMap? = null
Link copied to clipboard
val viewArn: String? = null