Class: Aws::IoTSiteWise::Types::ListBulkImportJobsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filterString

You can use a filter to select the bulk import jobs that you want to retrieve.

Returns:

  • (String)


6603
6604
6605
6606
6607
6608
6609
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6603

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

#max_resultsInteger

The maximum number of results to return for each paginated request.

Returns:

  • (Integer)


6603
6604
6605
6606
6607
6608
6609
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6603

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

#next_tokenString

The token to be used for the next set of paginated results.

Returns:

  • (String)


6603
6604
6605
6606
6607
6608
6609
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6603

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