interface ListFlywheelsRequest {
    Filter?: FlywheelFilter;
    MaxResults?: number;
    NextToken?: string;
}

Hierarchy (view full)

Properties

Filters the flywheels that are returned. You can filter flywheels on their status, or the date and time that they were submitted. You can only set one filter at a time.

MaxResults?: number

Maximum number of results to return in a response. The default is 100.

NextToken?: string

Identifies the next page of results to return.