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.
6849 6850 6851 6852 6853 6854 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6849 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.
6849 6850 6851 6852 6853 6854 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6849 class ListImportJobsResponse < Struct.new( :import_job_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |