Class: Aws::Types::ImportJobData
- Inherits:
-
Object
- Object
- Aws::Types::ImportJobData
- 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.
-
#failed_record_report ⇒ ::String
Returns the value of attribute failed_record_report.
-
#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.
-
#url ⇒ ::String
Returns the value of attribute url.
-
#url_expiry ⇒ ::Time
Returns the value of attribute url_expiry.
Instance Attribute Details
#created_time ⇒ ::Time
Returns the value of attribute created_time.
448 449 450 |
# File 'sig/types.rbs', line 448 def created_time @created_time end |
#external_source_configuration ⇒ Types::ExternalSourceConfiguration
Returns the value of attribute external_source_configuration.
449 450 451 |
# File 'sig/types.rbs', line 449 def external_source_configuration @external_source_configuration end |
#failed_record_report ⇒ ::String
Returns the value of attribute failed_record_report.
450 451 452 |
# File 'sig/types.rbs', line 450 def failed_record_report @failed_record_report end |
#import_job_id ⇒ ::String
Returns the value of attribute import_job_id.
451 452 453 |
# File 'sig/types.rbs', line 451 def import_job_id @import_job_id end |
#import_job_type ⇒ "QUICK_RESPONSES"
Returns the value of attribute import_job_type.
452 453 454 |
# File 'sig/types.rbs', line 452 def import_job_type @import_job_type end |
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
453 454 455 |
# File 'sig/types.rbs', line 453 def knowledge_base_arn @knowledge_base_arn end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
454 455 456 |
# File 'sig/types.rbs', line 454 def knowledge_base_id @knowledge_base_id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
455 456 457 |
# File 'sig/types.rbs', line 455 def last_modified_time @last_modified_time end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
456 457 458 |
# File 'sig/types.rbs', line 456 def end |
#status ⇒ "START_IN_PROGRESS", ...
Returns the value of attribute status.
457 458 459 |
# File 'sig/types.rbs', line 457 def status @status end |
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
458 459 460 |
# File 'sig/types.rbs', line 458 def upload_id @upload_id end |
#url ⇒ ::String
Returns the value of attribute url.
459 460 461 |
# File 'sig/types.rbs', line 459 def url @url end |
#url_expiry ⇒ ::Time
Returns the value of attribute url_expiry.
460 461 462 |
# File 'sig/types.rbs', line 460 def url_expiry @url_expiry end |