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.
465 466 467 |
# File 'sig/types.rbs', line 465 def created_time @created_time end |
#external_source_configuration ⇒ Types::ExternalSourceConfiguration
Returns the value of attribute external_source_configuration.
466 467 468 |
# File 'sig/types.rbs', line 466 def external_source_configuration @external_source_configuration end |
#import_job_id ⇒ ::String
Returns the value of attribute import_job_id.
467 468 469 |
# File 'sig/types.rbs', line 467 def import_job_id @import_job_id end |
#import_job_type ⇒ "QUICK_RESPONSES"
Returns the value of attribute import_job_type.
468 469 470 |
# File 'sig/types.rbs', line 468 def import_job_type @import_job_type end |
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
469 470 471 |
# File 'sig/types.rbs', line 469 def knowledge_base_arn @knowledge_base_arn end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
470 471 472 |
# File 'sig/types.rbs', line 470 def knowledge_base_id @knowledge_base_id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
471 472 473 |
# File 'sig/types.rbs', line 471 def last_modified_time @last_modified_time end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
472 473 474 |
# File 'sig/types.rbs', line 472 def @metadata end |
#status ⇒ "START_IN_PROGRESS", ...
Returns the value of attribute status.
473 474 475 |
# File 'sig/types.rbs', line 473 def status @status end |
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
474 475 476 |
# File 'sig/types.rbs', line 474 def upload_id @upload_id end |