Class: Aws::MedicalImaging::Types::GetImageSetMetadataRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medicalimaging/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#datastore_idString

The data store identifier.

Returns:

  • (String)


794
795
796
797
798
799
800
# File 'lib/aws-sdk-medicalimaging/types.rb', line 794

class GetImageSetMetadataRequest < Struct.new(
  :datastore_id,
  :image_set_id,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end

#image_set_idString

The image set identifier.

Returns:

  • (String)


794
795
796
797
798
799
800
# File 'lib/aws-sdk-medicalimaging/types.rb', line 794

class GetImageSetMetadataRequest < Struct.new(
  :datastore_id,
  :image_set_id,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end

#version_idString

The image set version identifier.

Returns:

  • (String)


794
795
796
797
798
799
800
# File 'lib/aws-sdk-medicalimaging/types.rb', line 794

class GetImageSetMetadataRequest < Struct.new(
  :datastore_id,
  :image_set_id,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end