GetViewResult

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

Constructors

Link copied to clipboard
constructor(filters: ViewSearchFilter? = null, includedProperties: List<ViewIncludedProperty>? = null, tags: Map<String, String>? = null, viewArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An array of strings that include search keywords, prefixes, and operators that filter the results that are returned for queries made using this view. When you use this view in a Search operation, the filter string is combined with the search's QueryString parameter using a logical AND operator. For information about the supported syntax, see Search query reference for Resource Explorer in the AWS Resource Explorer User Guide .

Link copied to clipboard

A list of fields that provide additional information about the view.

Link copied to clipboard
val tags: Map<String, String>? = null

Tag key and value pairs that are attached to the view.

Link copied to clipboard
val viewArn: String? = null

The ARN of the new view. For example: arn:aws:resource-explorer-2:us-east-1:123456789012:view/MyView/EXAMPLE8-90ab-cdef-fedc-EXAMPLE22222