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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1524
1525
1526
1527
1528
1529
1530
1531
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1524

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)


1524
1525
1526
1527
1528
1529
1530
1531
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1524

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)


1524
1525
1526
1527
1528
1529
1530
1531
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1524

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)


1524
1525
1526
1527
1528
1529
1530
1531
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1524

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