GetStoredQueryResult

data class GetStoredQueryResult(val queryArn: String? = null, val queryDescription: String? = null, val queryExpression: String? = null, val queryId: String? = null, val tags: List<StoredQueryTag>? = null)

Constructors

Link copied to clipboard
fun GetStoredQueryResult(queryArn: String? = null, queryDescription: String? = null, queryExpression: String? = null, queryId: String? = null, tags: List<StoredQueryTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val queryArn: String? = null
Link copied to clipboard
Link copied to clipboard
val queryExpression: String? = null
Link copied to clipboard
val queryId: String? = null
Link copied to clipboard
val tags: List<StoredQueryTag>? = null

The tags for the stored query.