Class: Aws::MedicalImaging::Types::CopySourceImageSetProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::CopySourceImageSetProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medicalimaging/types.rb
Overview
Copy source image set properties.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp when the source image set properties were created.
-
#image_set_arn ⇒ String
The Amazon Resource Name (ARN) assigned to the source image set.
-
#image_set_id ⇒ String
The image set identifier for the copied source image set.
-
#image_set_state ⇒ String
The image set state of the copied source image set.
-
#image_set_workflow_status ⇒ String
The workflow status of the copied source image set.
-
#latest_version_id ⇒ String
The latest version identifier for the copied source image set.
-
#updated_at ⇒ Time
The timestamp when the source image set properties were updated.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the source image set properties were created.
229 230 231 232 233 234 235 236 237 238 239 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 229 class CopySourceImageSetProperties < 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 source image set.
229 230 231 232 233 234 235 236 237 238 239 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 229 class CopySourceImageSetProperties < 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 for the copied source image set.
229 230 231 232 233 234 235 236 237 238 239 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 229 class CopySourceImageSetProperties < 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 copied source image set.
229 230 231 232 233 234 235 236 237 238 239 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 229 class CopySourceImageSetProperties < 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 workflow status of the copied source image set.
229 230 231 232 233 234 235 236 237 238 239 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 229 class CopySourceImageSetProperties < 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 copied source image set.
229 230 231 232 233 234 235 236 237 238 239 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 229 class CopySourceImageSetProperties < 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 source image set properties were updated.
229 230 231 232 233 234 235 236 237 238 239 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 229 class CopySourceImageSetProperties < 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 |