Class: Aws::MedicalImaging::Types::GetDICOMImportJobRequest

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)


697
698
699
700
701
702
# File 'lib/aws-sdk-medicalimaging/types.rb', line 697

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

#job_idString

The import job identifier.

Returns:

  • (String)


697
698
699
700
701
702
# File 'lib/aws-sdk-medicalimaging/types.rb', line 697

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