Class: Aws::MedicalImaging::Types::CopyDestinationImageSet
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::CopyDestinationImageSet
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medicalimaging/types.rb
Overview
Copy the destination image set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_set_id ⇒ String
The image set identifier for the destination image set.
-
#latest_version_id ⇒ String
The latest version identifier for the destination image set.
Instance Attribute Details
#image_set_id ⇒ String
The image set identifier for the destination image set.
51 52 53 54 55 56 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 51 class CopyDestinationImageSet < Struct.new( :image_set_id, :latest_version_id) SENSITIVE = [] include Aws::Structure end |
#latest_version_id ⇒ String
The latest version identifier for the destination image set.
51 52 53 54 55 56 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 51 class CopyDestinationImageSet < Struct.new( :image_set_id, :latest_version_id) SENSITIVE = [] include Aws::Structure end |