Class: Aws::QuickSight::Types::KnowledgeBaseIngestionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::KnowledgeBaseIngestionSummary
- 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
-
#end_time ⇒ Time
The end time of the ingestion job.
-
#ingestion_id ⇒ String
The unique identifier for the ingestion job.
-
#ingestion_status ⇒ String
The status of the ingestion job.
-
#start_time ⇒ Time
The start time of the ingestion job.
Instance Attribute Details
#end_time ⇒ Time
The end time of the ingestion job.
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_id ⇒ String
The unique identifier for the ingestion job.
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_status ⇒ String
The status of the ingestion job.
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_time ⇒ Time
The start time of the ingestion job.
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 |