Class: Aws::LookoutEquipment::Types::ListDatasetsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::ListDatasetsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_name_begins_with ⇒ String
The beginning of the name of the datasets to be listed.
-
#max_results ⇒ Integer
Specifies the maximum number of datasets to list.
-
#next_token ⇒ String
An opaque pagination token indicating where to continue the listing of datasets.
Instance Attribute Details
#dataset_name_begins_with ⇒ String
The beginning of the name of the datasets to be listed.
2864 2865 2866 2867 2868 2869 2870 |
# File '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_results ⇒ Integer
Specifies the maximum number of datasets to list.
2864 2865 2866 2867 2868 2869 2870 |
# File '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_token ⇒ String
An opaque pagination token indicating where to continue the listing of datasets.
2864 2865 2866 2867 2868 2869 2870 |
# File '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 |