Class: Aws::LookoutEquipment::Types::ListDatasetsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::ListDatasetsRequest
- Defined in:
- gems/aws-sdk-lookoutequipment/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.
2767 2768 2769 2770 2771 2772 2773 |
# File 'gems/aws-sdk-lookoutequipment/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_results ⇒ Integer
Specifies the maximum number of datasets to list.
2767 2768 2769 2770 2771 2772 2773 |
# File 'gems/aws-sdk-lookoutequipment/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_token ⇒ String
An opaque pagination token indicating where to continue the listing of datasets.
2767 2768 2769 2770 2771 2772 2773 |
# File 'gems/aws-sdk-lookoutequipment/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 |