Class: Aws::Types::IngestionJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::IngestionJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#ingestion_job_id ⇒ ::String
Returns the value of attribute ingestion_job_id.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#statistics ⇒ Types::IngestionJobStatistics
Returns the value of attribute statistics.
-
#status ⇒ "STARTING", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
1545 1546 1547 |
# File 'sig/types.rbs', line 1545 def data_source_id @data_source_id end |
#description ⇒ ::String
Returns the value of attribute description.
1547 1548 1549 |
# File 'sig/types.rbs', line 1547 def description @description end |
#ingestion_job_id ⇒ ::String
Returns the value of attribute ingestion_job_id.
1546 1547 1548 |
# File 'sig/types.rbs', line 1546 def ingestion_job_id @ingestion_job_id end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
1544 1545 1546 |
# File 'sig/types.rbs', line 1544 def knowledge_base_id @knowledge_base_id end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
1549 1550 1551 |
# File 'sig/types.rbs', line 1549 def started_at @started_at end |
#statistics ⇒ Types::IngestionJobStatistics
Returns the value of attribute statistics.
1551 1552 1553 |
# File 'sig/types.rbs', line 1551 def statistics @statistics end |
#status ⇒ "STARTING", ...
Returns the value of attribute status.
1548 1549 1550 |
# File 'sig/types.rbs', line 1548 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def updated_at @updated_at end |