Get View Result
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)
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.