Class: Aws::IoTSiteWise::Types::ListBulkImportJobsResponse

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

#job_summariesArray<Types::JobSummary>

One or more job summaries to list.

Returns:



6620
6621
6622
6623
6624
6625
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6620

class ListBulkImportJobsResponse < Struct.new(
  :job_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results, or null if there are no additional results.

Returns:

  • (String)


6620
6621
6622
6623
6624
6625
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6620

class ListBulkImportJobsResponse < Struct.new(
  :job_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end