Class: Aws::Types::KnowledgeBaseIngestionSummary
- Inherits:
-
Object
- Object
- Aws::Types::KnowledgeBaseIngestionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#ingestion_id ⇒ ::String
Returns the value of attribute ingestion_id.
-
#ingestion_status ⇒ "QUEUED", ...
Returns the value of attribute ingestion_status.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
7113 7114 7115 |
# File 'sig/types.rbs', line 7113 def end_time @end_time end |
#ingestion_id ⇒ ::String
Returns the value of attribute ingestion_id.
7110 7111 7112 |
# File 'sig/types.rbs', line 7110 def ingestion_id @ingestion_id end |
#ingestion_status ⇒ "QUEUED", ...
Returns the value of attribute ingestion_status.
7111 7112 7113 |
# File 'sig/types.rbs', line 7111 def ingestion_status @ingestion_status end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
7112 7113 7114 |
# File 'sig/types.rbs', line 7112 def start_time @start_time end |