GetIndexResult

data class GetIndexResult(val arn: String? = null, val indexState: IndexState? = null, val tags: IndexTagMap? = null, val type: IndexType? = null)

Constructors

Link copied to clipboard
fun GetIndexResult(arn: String? = null, indexState: IndexState? = null, tags: IndexTagMap? = null, type: IndexType? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null
Link copied to clipboard
val indexState: IndexState? = null
Link copied to clipboard
val tags: IndexTagMap? = null
Link copied to clipboard
val type: IndexType? = null