The output of ListFlywheelsCommand.

interface ListFlywheelsCommandOutput {
    $metadata: ResponseMetadata;
    FlywheelSummaryList?: FlywheelSummary[];
    NextToken?: string;
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

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.