Class: Aws::Types::ImportJobProperties

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_access_role_arn::String

Returns the value of attribute data_access_role_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


295
296
297
# File 'sig/types.rbs', line 295

def end_time
  @end_time
end

#input_data_configTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


292
293
294
# File 'sig/types.rbs', line 292

def job_name
  @job_name
end

#job_output_data_configTypes::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_reportTypes::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.

Returns:

  • ("SUBMITTED", "QUEUED", "IN_PROGRESS", "COMPLETED_WITH_ERRORS", "COMPLETED", "FAILED", "CANCEL_SUBMITTED", "CANCEL_IN_PROGRESS", "CANCEL_COMPLETED", "CANCEL_FAILED")


293
294
295
# File 'sig/types.rbs', line 293

def job_status
  @job_status
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


301
302
303
# File 'sig/types.rbs', line 301

def message
  @message
end

#submit_time::Time

Returns the value of attribute submit_time.

Returns:

  • (::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.

Returns:

  • ("strict", "structure-only", "minimal")


302
303
304
# File 'sig/types.rbs', line 302

def validation_level
  @validation_level
end