Get Trust Store Result
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)