Class: Aws::Types::ImportJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::ImportJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#external_source_configuration ⇒ Types::ExternalSourceConfiguration
Returns the value of attribute external_source_configuration.
-
#import_job_id ⇒ ::String
Returns the value of attribute import_job_id.
-
#import_job_type ⇒ "QUICK_RESPONSES"
Returns the value of attribute import_job_type.
-
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
-
#status ⇒ "START_IN_PROGRESS", ...
Returns the value of attribute status.
-
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
Instance Attribute Details
#created_time ⇒ ::Time
Returns the value of attribute created_time.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def created_time @created_time end |
#external_source_configuration ⇒ Types::ExternalSourceConfiguration
Returns the value of attribute external_source_configuration.
1559 1560 1561 |
# File 'sig/types.rbs', line 1559 def external_source_configuration @external_source_configuration end |
#import_job_id ⇒ ::String
Returns the value of attribute import_job_id.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def import_job_id @import_job_id end |
#import_job_type ⇒ "QUICK_RESPONSES"
Returns the value of attribute import_job_type.
1554 1555 1556 |
# File 'sig/types.rbs', line 1554 def import_job_type @import_job_type end |
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
1553 1554 1555 |
# File 'sig/types.rbs', line 1553 def knowledge_base_arn @knowledge_base_arn end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
1551 1552 1553 |
# File 'sig/types.rbs', line 1551 def knowledge_base_id @knowledge_base_id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1557 1558 1559 |
# File 'sig/types.rbs', line 1557 def last_modified_time @last_modified_time end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
1558 1559 1560 |
# File 'sig/types.rbs', line 1558 def @metadata end |
#status ⇒ "START_IN_PROGRESS", ...
Returns the value of attribute status.
1555 1556 1557 |
# File 'sig/types.rbs', line 1555 def status @status end |
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
1552 1553 1554 |
# File 'sig/types.rbs', line 1552 def upload_id @upload_id end |