Get Endpoint Result
data class GetEndpointResult(val arn: String? = null, val cidrBlock: String? = null, val creationTime: String? = null, val failedReason: EndpointFailedReason? = null, val id: String? = null, val networkInterfaces: List<EndpointNetworkInterface>? = null, val status: EndpointStatus? = null)
Constructors
Link copied to clipboard
constructor(arn: String? = null, cidrBlock: String? = null, creationTime: String? = null, failedReason: EndpointFailedReason? = null, id: String? = null, networkInterfaces: List<EndpointNetworkInterface>? = null, status: EndpointStatus? = null)