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.
324 325 326 |
# File 'sig/types.rbs', line 324 def data_access_role_arn @data_access_role_arn end |
#datastore_id ⇒ ::String
Returns the value of attribute datastore_id.
320 321 322 |
# File 'sig/types.rbs', line 320 def datastore_id @datastore_id end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
319 320 321 |
# File 'sig/types.rbs', line 319 def end_time @end_time end |
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
321 322 323 |
# File 'sig/types.rbs', line 321 def input_data_config @input_data_config end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
315 316 317 |
# File 'sig/types.rbs', line 315 def job_id @job_id end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
316 317 318 |
# File 'sig/types.rbs', line 316 def job_name @job_name end |
#job_output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute job_output_data_config.
322 323 324 |
# File 'sig/types.rbs', line 322 def job_output_data_config @job_output_data_config end |
#job_progress_report ⇒ Types::JobProgressReport
Returns the value of attribute job_progress_report.
323 324 325 |
# File 'sig/types.rbs', line 323 def job_progress_report @job_progress_report end |
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
317 318 319 |
# File 'sig/types.rbs', line 317 def job_status @job_status end |
#message ⇒ ::String
Returns the value of attribute message.
325 326 327 |
# File 'sig/types.rbs', line 325 def @message end |
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
318 319 320 |
# File 'sig/types.rbs', line 318 def submit_time @submit_time end |
#validation_level ⇒ "strict", ...
Returns the value of attribute validation_level.
326 327 328 |
# File 'sig/types.rbs', line 326 def validation_level @validation_level end |