Get Service Result
data class GetServiceResult(val arn: String? = null, val authType: ServiceAuthType? = null, val certificateArn: String? = null, val createdAt: String? = null, val dnsEntry: ServiceDnsEntry? = null, val id: String? = null, val lastUpdatedAt: String? = null, val status: ServiceStatus? = null, val tags: List<ServiceTag>? = null)
Constructors
Link copied to clipboard
fun GetServiceResult(arn: String? = null, authType: ServiceAuthType? = null, certificateArn: String? = null, createdAt: String? = null, dnsEntry: ServiceDnsEntry? = null, id: String? = null, lastUpdatedAt: String? = null, status: ServiceStatus? = null, tags: List<ServiceTag>? = null)