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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutequipment/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)


2864
2865
2866
2867
2868
2869
2870
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2864

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)


2864
2865
2866
2867
2868
2869
2870
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2864

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)


2864
2865
2866
2867
2868
2869
2870
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2864

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