Class: Aws::MedicalImaging::Types::StartDICOMImportJobResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#datastore_idString

The data store identifier.

Returns:

  • (String)


1445
1446
1447
1448
1449
1450
1451
1452
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1445

class StartDICOMImportJobResponse < Struct.new(
  :datastore_id,
  :job_id,
  :job_status,
  :submitted_at)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The import job identifier.

Returns:

  • (String)


1445
1446
1447
1448
1449
1450
1451
1452
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1445

class StartDICOMImportJobResponse < Struct.new(
  :datastore_id,
  :job_id,
  :job_status,
  :submitted_at)
  SENSITIVE = []
  include Aws::Structure
end

#job_statusString

The import job status.

Returns:

  • (String)


1445
1446
1447
1448
1449
1450
1451
1452
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1445

class StartDICOMImportJobResponse < Struct.new(
  :datastore_id,
  :job_id,
  :job_status,
  :submitted_at)
  SENSITIVE = []
  include Aws::Structure
end

#submitted_atTime

The timestamp when the import job was submitted.

Returns:

  • (Time)


1445
1446
1447
1448
1449
1450
1451
1452
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1445

class StartDICOMImportJobResponse < Struct.new(
  :datastore_id,
  :job_id,
  :job_status,
  :submitted_at)
  SENSITIVE = []
  include Aws::Structure
end