Class: Aws::LookoutEquipment::Types::ListDatasetsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lookoutequipment/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_name_begins_withString

The beginning of the name of the datasets to be listed.

Returns:

  • (String)


2767
2768
2769
2770
2771
2772
2773
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2767

class ListDatasetsRequest < Struct.new(
  :next_token,
  :max_results,
  :dataset_name_begins_with)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Specifies the maximum number of datasets to list.

Returns:

  • (Integer)


2767
2768
2769
2770
2771
2772
2773
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2767

class ListDatasetsRequest < Struct.new(
  :next_token,
  :max_results,
  :dataset_name_begins_with)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

An opaque pagination token indicating where to continue the listing of datasets.

Returns:

  • (String)


2767
2768
2769
2770
2771
2772
2773
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2767

class ListDatasetsRequest < Struct.new(
  :next_token,
  :max_results,
  :dataset_name_begins_with)
  SENSITIVE = []
  include Aws::Structure
end