Class: Aws::MedicalImaging::Types::DeleteImageSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::DeleteImageSetResponse
- Defined in:
- gems/aws-sdk-medicalimaging/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.
687 688 689 690 691 692 693 694 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 687 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.
687 688 689 690 691 692 693 694 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 687 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.
687 688 689 690 691 692 693 694 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 687 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.
687 688 689 690 691 692 693 694 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 687 class DeleteImageSetResponse < Struct.new( :datastore_id, :image_set_id, :image_set_state, :image_set_workflow_status) SENSITIVE = [] include Aws::Structure end |