Class: Aws::MedicalImaging::Types::DeleteImageSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::DeleteImageSetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medicalimaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#datastore_id ⇒ String
The data store identifier.
-
#image_set_id ⇒ String
The image set identifier.
-
#image_set_state ⇒ String
The image set state.
-
#image_set_workflow_status ⇒ String
The image set workflow status.
Instance Attribute Details
#datastore_id ⇒ String
The data store identifier.
678 679 680 681 682 683 684 685 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 678 class DeleteImageSetResponse < Struct.new( :datastore_id, :image_set_id, :image_set_state, :image_set_workflow_status) SENSITIVE = [] include Aws::Structure end |
#image_set_id ⇒ String
The image set identifier.
678 679 680 681 682 683 684 685 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 678 class DeleteImageSetResponse < Struct.new( :datastore_id, :image_set_id, :image_set_state, :image_set_workflow_status) SENSITIVE = [] include Aws::Structure end |
#image_set_state ⇒ String
The image set state.
678 679 680 681 682 683 684 685 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 678 class DeleteImageSetResponse < Struct.new( :datastore_id, :image_set_id, :image_set_state, :image_set_workflow_status) SENSITIVE = [] include Aws::Structure end |
#image_set_workflow_status ⇒ String
The image set workflow status.
678 679 680 681 682 683 684 685 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 678 class DeleteImageSetResponse < Struct.new( :datastore_id, :image_set_id, :image_set_state, :image_set_workflow_status) SENSITIVE = [] include Aws::Structure end |