Class: Aws::MedicalImaging::Types::GetImageSetMetadataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::GetImageSetMetadataRequest
- 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.
933 934 935 936 937 938 939 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 933 class GetImageSetMetadataRequest < Struct.new( :datastore_id, :image_set_id, :version_id) SENSITIVE = [] include Aws::Structure end |
#image_set_id ⇒ String
The image set identifier.
933 934 935 936 937 938 939 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 933 class GetImageSetMetadataRequest < Struct.new( :datastore_id, :image_set_id, :version_id) SENSITIVE = [] include Aws::Structure end |
#version_id ⇒ String
The image set version identifier.
933 934 935 936 937 938 939 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 933 class GetImageSetMetadataRequest < Struct.new( :datastore_id, :image_set_id, :version_id) SENSITIVE = [] include Aws::Structure end |