Get Trust Anchor Result
data class GetTrustAnchorResult(val enabled: Boolean? = null, val name: String? = null, val notificationSettings: List<TrustAnchorNotificationSetting>? = null, val source: TrustAnchorSource? = null, val tags: List<Tag>? = null, val trustAnchorArn: String? = null, val trustAnchorId: String? = null)
Constructors
Link copied to clipboard
constructor(enabled: Boolean? = null, name: String? = null, notificationSettings: List<TrustAnchorNotificationSetting>? = null, source: TrustAnchorSource? = null, tags: List<Tag>? = null, trustAnchorArn: String? = null, trustAnchorId: String? = null)