Class: Aws::QuickSight::Types::KnowledgeBaseIngestionSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

A summary of an ingestion job for a knowledge base.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The end time of the ingestion job.

Returns:

  • (Time)


26833
26834
26835
26836
26837
26838
26839
26840
# File 'lib/aws-sdk-quicksight/types.rb', line 26833

class KnowledgeBaseIngestionSummary < Struct.new(
  :ingestion_id,
  :ingestion_status,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#ingestion_idString

The unique identifier for the ingestion job.

Returns:

  • (String)


26833
26834
26835
26836
26837
26838
26839
26840
# File 'lib/aws-sdk-quicksight/types.rb', line 26833

class KnowledgeBaseIngestionSummary < Struct.new(
  :ingestion_id,
  :ingestion_status,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#ingestion_statusString

The status of the ingestion job.

Returns:

  • (String)


26833
26834
26835
26836
26837
26838
26839
26840
# File 'lib/aws-sdk-quicksight/types.rb', line 26833

class KnowledgeBaseIngestionSummary < Struct.new(
  :ingestion_id,
  :ingestion_status,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The start time of the ingestion job.

Returns:

  • (Time)


26833
26834
26835
26836
26837
26838
26839
26840
# File 'lib/aws-sdk-quicksight/types.rb', line 26833

class KnowledgeBaseIngestionSummary < Struct.new(
  :ingestion_id,
  :ingestion_status,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end