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)


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.

Returns:

  • (::String)


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.

Returns:

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

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


317
318
319
# File 'sig/types.rbs', line 317

def job_status
  @job_status
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


325
326
327
# File 'sig/types.rbs', line 325

def message
  @message
end

#submit_time ⇒ ::Time

Returns the value of attribute submit_time.

Returns:

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

Returns:

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


326
327
328
# File 'sig/types.rbs', line 326

def validation_level
  @validation_level
end