interface ListFlywheelsResponse {
    FlywheelSummaryList?: FlywheelSummary[];
    NextToken?: string;
}

Hierarchy (view full)

Properties

FlywheelSummaryList?: FlywheelSummary[]

A list of flywheel properties retrieved by the service in response to the request.

NextToken?: string

Identifies the next page of results to return.