Class: Aws::Types::CreateBulkImportJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateBulkImportJobRequest
- 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_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_role_arn ⇒ ::String
Returns the value of attribute job_role_arn.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#adaptive_ingestion ⇒ Boolean
Returns the value of attribute adaptive_ingestion.
941 942 943 |
# File 'sig/types.rbs', line 941 def adaptive_ingestion @adaptive_ingestion end |
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
943 944 945 |
# File 'sig/types.rbs', line 943 def dataset_id @dataset_id end |
#delete_files_after_import ⇒ Boolean
Returns the value of attribute delete_files_after_import.
942 943 944 |
# File 'sig/types.rbs', line 942 def delete_files_after_import @delete_files_after_import end |
#error_report_location ⇒ Types::ErrorReportLocation
Returns the value of attribute error_report_location.
939 940 941 |
# File 'sig/types.rbs', line 939 def error_report_location @error_report_location end |
#files ⇒ ::Array[Types::File]
Returns the value of attribute files.
938 939 940 |
# File 'sig/types.rbs', line 938 def files @files end |
#job_configuration ⇒ Types::JobConfiguration
Returns the value of attribute job_configuration.
940 941 942 |
# File 'sig/types.rbs', line 940 def job_configuration @job_configuration end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
936 937 938 |
# File 'sig/types.rbs', line 936 def job_name @job_name end |
#job_role_arn ⇒ ::String
Returns the value of attribute job_role_arn.
937 938 939 |
# File 'sig/types.rbs', line 937 def job_role_arn @job_role_arn end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
944 945 946 |
# File 'sig/types.rbs', line 944 def workspace_name @workspace_name end |