SearchResult

data class SearchResult(val id: String, val queryString: String, val resourceCounts: List<SearchResourceCount>, val resources: List<SearchResource>, val viewArn: String)

A collection of values returned by Search.

Constructors

Link copied to clipboard
constructor(id: String, queryString: String, resourceCounts: List<SearchResourceCount>, resources: List<SearchResource>, viewArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Query String.

Link copied to clipboard
Link copied to clipboard

Number of resources that match the query. See resource_count below.

Link copied to clipboard

List of structures that describe the resources that match the query. See resources below.

Link copied to clipboard