interface ListEndpointsResponse {
    EndpointPropertiesList?: EndpointProperties[];
    NextToken?: string;
}

Hierarchy (view full)

Properties

EndpointPropertiesList?: EndpointProperties[]

Displays a list of endpoint properties being retrieved by the service in response to the request.

NextToken?: string

Identifies the next page of results to return.