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.
725 726 727 728 729 730 731 732 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 725 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.
725 726 727 728 729 730 731 732 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 725 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.
725 726 727 728 729 730 731 732 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 725 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.
725 726 727 728 729 730 731 732 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 725 class DeleteImageSetResponse < Struct.new( :datastore_id, :image_set_id, :image_set_state, :image_set_workflow_status) SENSITIVE = [] include Aws::Structure end |