Class: Aws::IoTSiteWise::Types::ListBulkImportJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ListBulkImportJobsResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_summaries ⇒ Array<Types::JobSummary>
One or more job summaries to list.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
Instance Attribute Details
#job_summaries ⇒ Array<Types::JobSummary>
One or more job summaries to list.
6791 6792 6793 6794 6795 6796 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6791 class ListBulkImportJobsResponse < Struct.new( :job_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
6791 6792 6793 6794 6795 6796 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6791 class ListBulkImportJobsResponse < Struct.new( :job_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |