Class: Aws::ConnectWisdomService::Types::ListImportJobsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#import_job_summariesArray<Types::ImportJobSummary>

Summary information about the import jobs.

Returns:



2165
2166
2167
2168
2169
2170
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 2165

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

#next_tokenString

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.

Returns:

  • (String)


2165
2166
2167
2168
2169
2170
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 2165

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