Class: Aws::MedicalImaging::Types::GetImageSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::GetImageSetRequest
- 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.
-
#version_id ⇒ String
The image set version identifier.
Instance Attribute Details
#datastore_id ⇒ String
The data store identifier.
841 842 843 844 845 846 847 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 841 class GetImageSetRequest < Struct.new( :datastore_id, :image_set_id, :version_id) SENSITIVE = [] include Aws::Structure end |
#image_set_id ⇒ String
The image set identifier.
841 842 843 844 845 846 847 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 841 class GetImageSetRequest < Struct.new( :datastore_id, :image_set_id, :version_id) SENSITIVE = [] include Aws::Structure end |
#version_id ⇒ String
The image set version identifier.
841 842 843 844 845 846 847 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 841 class GetImageSetRequest < Struct.new( :datastore_id, :image_set_id, :version_id) SENSITIVE = [] include Aws::Structure end |