The output of ListEndpointsCommand.

interface ListEndpointsCommandOutput {
    $metadata: ResponseMetadata;
    EndpointPropertiesList?: EndpointProperties[];
    NextToken?: string;
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

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.