GetTrustStoreResult

data class GetTrustStoreResult(val associatedPortalArns: List<String>? = null, val certificateList: List<String>? = null, val tags: List<TrustStoreTag>? = null, val trustStoreArn: String? = null)

Constructors

Link copied to clipboard
fun GetTrustStoreResult(associatedPortalArns: List<String>? = null, certificateList: List<String>? = null, tags: List<TrustStoreTag>? = null, trustStoreArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: List<TrustStoreTag>? = null
Link copied to clipboard
val trustStoreArn: String? = null