Class: Aws::IoTSiteWise::Types::ListBulkImportJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ListBulkImportJobsRequest
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter ⇒ String
You can use a filter to select the bulk import jobs that you want to retrieve.
-
#max_results ⇒ Integer
The maximum number of results to return for each paginated request.
-
#next_token ⇒ String
The token to be used for the next set of paginated results.
Instance Attribute Details
#filter ⇒ String
You can use a filter to select the bulk import jobs that you want to retrieve.
6774 6775 6776 6777 6778 6779 6780 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6774 class ListBulkImportJobsRequest < Struct.new( :next_token, :max_results, :filter) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return for each paginated request.
6774 6775 6776 6777 6778 6779 6780 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6774 class ListBulkImportJobsRequest < Struct.new( :next_token, :max_results, :filter) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to be used for the next set of paginated results.
6774 6775 6776 6777 6778 6779 6780 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6774 class ListBulkImportJobsRequest < Struct.new( :next_token, :max_results, :filter) SENSITIVE = [] include Aws::Structure end |