Get Service Network Service Association Result
data class GetServiceNetworkServiceAssociationResult(val arn: String? = null, val createdAt: String? = null, val dnsEntry: ServiceNetworkServiceAssociationDnsEntry? = null, val id: String? = null, val serviceArn: String? = null, val serviceId: String? = null, val serviceName: String? = null, val serviceNetworkArn: String? = null, val serviceNetworkId: String? = null, val serviceNetworkName: String? = null, val status: ServiceNetworkServiceAssociationStatus? = null, val tags: List<ServiceNetworkServiceAssociationTag>? = null)
Constructors
Link copied to clipboard
fun GetServiceNetworkServiceAssociationResult(arn: String? = null, createdAt: String? = null, dnsEntry: ServiceNetworkServiceAssociationDnsEntry? = null, id: String? = null, serviceArn: String? = null, serviceId: String? = null, serviceName: String? = null, serviceNetworkArn: String? = null, serviceNetworkId: String? = null, serviceNetworkName: String? = null, status: ServiceNetworkServiceAssociationStatus? = null, tags: List<ServiceNetworkServiceAssociationTag>? = null)