Class: Aws::MedicalImaging::Types::CopyDestinationImageSetProperties
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::MedicalImaging::Types::CopyDestinationImageSetProperties
 
- Defined in:
- gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb
Overview
Copy the image set properties of the destination image set.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The timestamp when the destination image set properties were created. 
- 
  
    
      #image_set_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) assigned to the destination image set. 
- 
  
    
      #image_set_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The image set identifier of the copied image set properties. 
- 
  
    
      #image_set_state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The image set state of the destination image set properties. 
- 
  
    
      #image_set_workflow_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The image set workflow status of the destination image set properties. 
- 
  
    
      #latest_version_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The latest version identifier for the destination image set properties. 
- 
  
    
      #updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The timestamp when the destination image set properties were last updated. 
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the destination image set properties were created.
| 95 96 97 98 99 100 101 102 103 104 105 | # File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 95 class CopyDestinationImageSetProperties < Struct.new( :image_set_id, :latest_version_id, :image_set_state, :image_set_workflow_status, :created_at, :updated_at, :image_set_arn) SENSITIVE = [] include Aws::Structure end | 
#image_set_arn ⇒ String
The Amazon Resource Name (ARN) assigned to the destination image set.
| 95 96 97 98 99 100 101 102 103 104 105 | # File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 95 class CopyDestinationImageSetProperties < Struct.new( :image_set_id, :latest_version_id, :image_set_state, :image_set_workflow_status, :created_at, :updated_at, :image_set_arn) SENSITIVE = [] include Aws::Structure end | 
#image_set_id ⇒ String
The image set identifier of the copied image set properties.
| 95 96 97 98 99 100 101 102 103 104 105 | # File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 95 class CopyDestinationImageSetProperties < Struct.new( :image_set_id, :latest_version_id, :image_set_state, :image_set_workflow_status, :created_at, :updated_at, :image_set_arn) SENSITIVE = [] include Aws::Structure end | 
#image_set_state ⇒ String
The image set state of the destination image set properties.
| 95 96 97 98 99 100 101 102 103 104 105 | # File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 95 class CopyDestinationImageSetProperties < Struct.new( :image_set_id, :latest_version_id, :image_set_state, :image_set_workflow_status, :created_at, :updated_at, :image_set_arn) SENSITIVE = [] include Aws::Structure end | 
#image_set_workflow_status ⇒ String
The image set workflow status of the destination image set properties.
| 95 96 97 98 99 100 101 102 103 104 105 | # File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 95 class CopyDestinationImageSetProperties < Struct.new( :image_set_id, :latest_version_id, :image_set_state, :image_set_workflow_status, :created_at, :updated_at, :image_set_arn) SENSITIVE = [] include Aws::Structure end | 
#latest_version_id ⇒ String
The latest version identifier for the destination image set properties.
| 95 96 97 98 99 100 101 102 103 104 105 | # File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 95 class CopyDestinationImageSetProperties < Struct.new( :image_set_id, :latest_version_id, :image_set_state, :image_set_workflow_status, :created_at, :updated_at, :image_set_arn) SENSITIVE = [] include Aws::Structure end | 
#updated_at ⇒ Time
The timestamp when the destination image set properties were last updated.
| 95 96 97 98 99 100 101 102 103 104 105 | # File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 95 class CopyDestinationImageSetProperties < Struct.new( :image_set_id, :latest_version_id, :image_set_state, :image_set_workflow_status, :created_at, :updated_at, :image_set_arn) SENSITIVE = [] include Aws::Structure end |