class Aws::LookoutEquipment::Types::ListDatasetsRequest

@note When making an API call, you may pass ListDatasetsRequest

data as a hash:

    {
      next_token: "NextToken",
      max_results: 1,
      dataset_name_begins_with: "DatasetName",
    }

@!attribute [rw] next_token

An opaque pagination token indicating where to continue the listing
of datasets.
@return [String]

@!attribute [rw] max_results

Specifies the maximum number of datasets to list.
@return [Integer]

@!attribute [rw] dataset_name_begins_with

The beginning of the name of the datasets to be listed.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/ListDatasetsRequest AWS API Documentation

Constants

SENSITIVE