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.
1542 1543 1544 |
# File 'sig/types.rbs', line 1542 def created_time @created_time end |
#external_source_configuration ⇒ Types::ExternalSourceConfiguration
Returns the value of attribute external_source_configuration.
1545 1546 1547 |
# File 'sig/types.rbs', line 1545 def external_source_configuration @external_source_configuration end |
#failed_record_report ⇒ ::String
Returns the value of attribute failed_record_report.
1540 1541 1542 |
# File 'sig/types.rbs', line 1540 def failed_record_report @failed_record_report end |
#import_job_id ⇒ ::String
Returns the value of attribute import_job_id.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def import_job_id @import_job_id end |
#import_job_type ⇒ "QUICK_RESPONSES"
Returns the value of attribute import_job_type.
1537 1538 1539 |
# File 'sig/types.rbs', line 1537 def import_job_type @import_job_type end |
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
1536 1537 1538 |
# File 'sig/types.rbs', line 1536 def knowledge_base_arn @knowledge_base_arn end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
1534 1535 1536 |
# File 'sig/types.rbs', line 1534 def knowledge_base_id @knowledge_base_id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1543 1544 1545 |
# File 'sig/types.rbs', line 1543 def last_modified_time @last_modified_time end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
1544 1545 1546 |
# File 'sig/types.rbs', line 1544 def @metadata end |
#status ⇒ "START_IN_PROGRESS", ...
Returns the value of attribute status.
1538 1539 1540 |
# File 'sig/types.rbs', line 1538 def status @status end |
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
1535 1536 1537 |
# File 'sig/types.rbs', line 1535 def upload_id @upload_id end |
#url ⇒ ::String
Returns the value of attribute url.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def url @url end |
#url_expiry ⇒ ::Time
Returns the value of attribute url_expiry.
1541 1542 1543 |
# File 'sig/types.rbs', line 1541 def url_expiry @url_expiry end |