Class: Aws::MedicalImaging::Types::DeleteImageSetResponse

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)


665
666
667
668
669
670
671
672
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 665

class DeleteImageSetResponse < Struct.new(
  :datastore_id,
  :image_set_id,
  :image_set_state,
  :image_set_workflow_status)
  SENSITIVE = []
  include Aws::Structure
end

#image_set_idString

The image set identifier.

Returns:

  • (String)


665
666
667
668
669
670
671
672
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 665

class DeleteImageSetResponse < Struct.new(
  :datastore_id,
  :image_set_id,
  :image_set_state,
  :image_set_workflow_status)
  SENSITIVE = []
  include Aws::Structure
end

#image_set_stateString

The image set state.

Returns:

  • (String)


665
666
667
668
669
670
671
672
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 665

class DeleteImageSetResponse < Struct.new(
  :datastore_id,
  :image_set_id,
  :image_set_state,
  :image_set_workflow_status)
  SENSITIVE = []
  include Aws::Structure
end

#image_set_workflow_statusString

The image set workflow status.

Returns:

  • (String)


665
666
667
668
669
670
671
672
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 665

class DeleteImageSetResponse < Struct.new(
  :datastore_id,
  :image_set_id,
  :image_set_state,
  :image_set_workflow_status)
  SENSITIVE = []
  include Aws::Structure
end