Get Access Log Subscription Result
data class GetAccessLogSubscriptionResult(val arn: String? = null, val destinationArn: String? = null, val id: String? = null, val resourceArn: String? = null, val resourceId: String? = null, val tags: List<AccessLogSubscriptionTag>? = null)
Constructors
Link copied to clipboard
fun GetAccessLogSubscriptionResult(arn: String? = null, destinationArn: String? = null, id: String? = null, resourceArn: String? = null, resourceId: String? = null, tags: List<AccessLogSubscriptionTag>? = null)