Class: Aws::Types::ImportJobProperties
- Inherits:
-
Object
- Object
- Aws::Types::ImportJobProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
-
#datastore_id ⇒ ::String
Returns the value of attribute datastore_id.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute job_output_data_config.
-
#job_progress_report ⇒ Types::JobProgressReport
Returns the value of attribute job_progress_report.
-
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
-
#validation_level ⇒ "strict", ...
Returns the value of attribute validation_level.
Instance Attribute Details
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
300 301 302 |
# File 'sig/types.rbs', line 300 def data_access_role_arn @data_access_role_arn end |
#datastore_id ⇒ ::String
Returns the value of attribute datastore_id.
296 297 298 |
# File 'sig/types.rbs', line 296 def datastore_id @datastore_id end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
295 296 297 |
# File 'sig/types.rbs', line 295 def end_time @end_time end |
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
297 298 299 |
# File 'sig/types.rbs', line 297 def input_data_config @input_data_config end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
291 292 293 |
# File 'sig/types.rbs', line 291 def job_id @job_id end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
292 293 294 |
# File 'sig/types.rbs', line 292 def job_name @job_name end |
#job_output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute job_output_data_config.
298 299 300 |
# File 'sig/types.rbs', line 298 def job_output_data_config @job_output_data_config end |
#job_progress_report ⇒ Types::JobProgressReport
Returns the value of attribute job_progress_report.
299 300 301 |
# File 'sig/types.rbs', line 299 def job_progress_report @job_progress_report end |
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
293 294 295 |
# File 'sig/types.rbs', line 293 def job_status @job_status end |
#message ⇒ ::String
Returns the value of attribute message.
301 302 303 |
# File 'sig/types.rbs', line 301 def @message end |
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
294 295 296 |
# File 'sig/types.rbs', line 294 def submit_time @submit_time end |
#validation_level ⇒ "strict", ...
Returns the value of attribute validation_level.
302 303 304 |
# File 'sig/types.rbs', line 302 def validation_level @validation_level end |