Class: Aws::Types::IngestionJob
- Inherits:
-
Object
- Object
- Aws::Types::IngestionJob
- 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.
-
#failure_reasons ⇒ ::Array[::String]
Returns the value of attribute failure_reasons.
-
#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.
1507 1508 1509 |
# File 'sig/types.rbs', line 1507 def data_source_id @data_source_id end |
#description ⇒ ::String
Returns the value of attribute description.
1509 1510 1511 |
# File 'sig/types.rbs', line 1509 def description @description end |
#failure_reasons ⇒ ::Array[::String]
Returns the value of attribute failure_reasons.
1512 1513 1514 |
# File 'sig/types.rbs', line 1512 def failure_reasons @failure_reasons end |
#ingestion_job_id ⇒ ::String
Returns the value of attribute ingestion_job_id.
1508 1509 1510 |
# File 'sig/types.rbs', line 1508 def ingestion_job_id @ingestion_job_id end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
1506 1507 1508 |
# File 'sig/types.rbs', line 1506 def knowledge_base_id @knowledge_base_id end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
1513 1514 1515 |
# File 'sig/types.rbs', line 1513 def started_at @started_at end |
#statistics ⇒ Types::IngestionJobStatistics
Returns the value of attribute statistics.
1511 1512 1513 |
# File 'sig/types.rbs', line 1511 def statistics @statistics end |
#status ⇒ "STARTING", ...
Returns the value of attribute status.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1514 1515 1516 |
# File 'sig/types.rbs', line 1514 def updated_at @updated_at end |