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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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_time ⇒ Time

The end time of the ingestion job.

Returns:

  • (Time)


29791
29792
29793
29794
29795
29796
29797
29798
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29791

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

#ingestion_id ⇒ String

The unique identifier for the ingestion job.

Returns:

  • (String)


29791
29792
29793
29794
29795
29796
29797
29798
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29791

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

#ingestion_status ⇒ String

The status of the ingestion job.

Returns:

  • (String)


29791
29792
29793
29794
29795
29796
29797
29798
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29791

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

#start_time ⇒ Time

The start time of the ingestion job.

Returns:

  • (Time)


29791
29792
29793
29794
29795
29796
29797
29798
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29791

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