Class: Aws::Types::DescribeBulkImportJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBulkImportJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#adaptive_ingestion ⇒ Boolean
Returns the value of attribute adaptive_ingestion.
-
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
-
#delete_files_after_import ⇒ Boolean
Returns the value of attribute delete_files_after_import.
-
#error_report_location ⇒ Types::ErrorReportLocation
Returns the value of attribute error_report_location.
-
#files ⇒ ::Array[Types::File]
Returns the value of attribute files.
-
#job_configuration ⇒ Types::JobConfiguration
Returns the value of attribute job_configuration.
-
#job_creation_date ⇒ ::Time
Returns the value of attribute job_creation_date.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_last_update_date ⇒ ::Time
Returns the value of attribute job_last_update_date.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_role_arn ⇒ ::String
Returns the value of attribute job_role_arn.
-
#job_status ⇒ "PENDING", ...
Returns the value of attribute job_status.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#adaptive_ingestion ⇒ Boolean
Returns the value of attribute adaptive_ingestion.
1640 1641 1642 |
# File 'sig/types.rbs', line 1640 def adaptive_ingestion @adaptive_ingestion end |
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
1642 1643 1644 |
# File 'sig/types.rbs', line 1642 def dataset_id @dataset_id end |
#delete_files_after_import ⇒ Boolean
Returns the value of attribute delete_files_after_import.
1641 1642 1643 |
# File 'sig/types.rbs', line 1641 def delete_files_after_import @delete_files_after_import end |
#error_report_location ⇒ Types::ErrorReportLocation
Returns the value of attribute error_report_location.
1636 1637 1638 |
# File 'sig/types.rbs', line 1636 def error_report_location @error_report_location end |
#files ⇒ ::Array[Types::File]
Returns the value of attribute files.
1635 1636 1637 |
# File 'sig/types.rbs', line 1635 def files @files end |
#job_configuration ⇒ Types::JobConfiguration
Returns the value of attribute job_configuration.
1637 1638 1639 |
# File 'sig/types.rbs', line 1637 def job_configuration @job_configuration end |
#job_creation_date ⇒ ::Time
Returns the value of attribute job_creation_date.
1638 1639 1640 |
# File 'sig/types.rbs', line 1638 def job_creation_date @job_creation_date end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1631 1632 1633 |
# File 'sig/types.rbs', line 1631 def job_id @job_id end |
#job_last_update_date ⇒ ::Time
Returns the value of attribute job_last_update_date.
1639 1640 1641 |
# File 'sig/types.rbs', line 1639 def job_last_update_date @job_last_update_date end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
1632 1633 1634 |
# File 'sig/types.rbs', line 1632 def job_name @job_name end |
#job_role_arn ⇒ ::String
Returns the value of attribute job_role_arn.
1634 1635 1636 |
# File 'sig/types.rbs', line 1634 def job_role_arn @job_role_arn end |
#job_status ⇒ "PENDING", ...
Returns the value of attribute job_status.
1633 1634 1635 |
# File 'sig/types.rbs', line 1633 def job_status @job_status end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
1643 1644 1645 |
# File 'sig/types.rbs', line 1643 def workspace_name @workspace_name end |