Get Route Table Result
data class GetRouteTableResult(val arn: String, val defaultAssociationRouteTable: Boolean, val defaultPropagationRouteTable: Boolean, val filters: List<GetRouteTableFilter>? = null, val id: String, val tags: Map<String, String>, val transitGatewayId: String)
A collection of values returned by getRouteTable.