Class: Aws::QConnect::Types::ListImportJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ListImportJobsResponse
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#import_job_summaries ⇒ Array<Types::ImportJobSummary>
Summary information about the import jobs.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#import_job_summaries ⇒ Array<Types::ImportJobSummary>
Summary information about the import jobs.
6237 6238 6239 6240 6241 6242 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6237 class ListImportJobsResponse < Struct.new( :import_job_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
6237 6238 6239 6240 6241 6242 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6237 class ListImportJobsResponse < Struct.new( :import_job_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |