pub type Endpoints = Vec<Endpoint>;Expand description
List of serverless endpoints.
A collection type representing multiple endpoints, typically returned from API endpoints that list endpoints for an account.
Aliased Typeยง
pub struct Endpoints { /* private fields */ }