interface ListDatasetsRequest {
    Filter?: DatasetFilter;
    FlywheelArn?: string;
    MaxResults?: number;
    NextToken?: string;
}

Hierarchy (view full)

Properties

Filter?: DatasetFilter

Filters the datasets to be returned in the response.

FlywheelArn?: string

The Amazon Resource Number (ARN) of the flywheel.

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.