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.
6157 6158 6159 6160 6161 6162 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6157 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.
6157 6158 6159 6160 6161 6162 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6157 class ListImportJobsResponse < Struct.new( :import_job_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |