Get Index Result
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)