GetTrustAnchorResult

data class GetTrustAnchorResult(val enabled: Boolean? = null, val name: String? = null, val notificationSettings: List<TrustAnchorNotificationSetting>? = null, val source: TrustAnchorSource? = null, val tags: List<TrustAnchorTag>? = null, val trustAnchorArn: String? = null, val trustAnchorId: String? = null)

Constructors

Link copied to clipboard
fun GetTrustAnchorResult(enabled: Boolean? = null, name: String? = null, notificationSettings: List<TrustAnchorNotificationSetting>? = null, source: TrustAnchorSource? = null, tags: List<TrustAnchorTag>? = null, trustAnchorArn: String? = null, trustAnchorId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
Link copied to clipboard
val tags: List<TrustAnchorTag>? = null
Link copied to clipboard
val trustAnchorArn: String? = null
Link copied to clipboard
val trustAnchorId: String? = null