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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medicalimaging/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)


781
782
783
784
785
786
787
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 781

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)


781
782
783
784
785
786
787
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 781

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)


781
782
783
784
785
786
787
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 781

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