Class: Aws::MedicalImaging::Types::CopySourceImageSetProperties

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

Overview

Copy source image set properties.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp when the source image set properties were created.

Returns:

  • (Time)


216
217
218
219
220
221
222
223
224
225
226
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 216

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_arnString

The Amazon Resource Name (ARN) assigned to the source image set.

Returns:

  • (String)


216
217
218
219
220
221
222
223
224
225
226
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 216

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_idString

The image set identifier for the copied source image set.

Returns:

  • (String)


216
217
218
219
220
221
222
223
224
225
226
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 216

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_stateString

The image set state of the copied source image set.

Returns:

  • (String)


216
217
218
219
220
221
222
223
224
225
226
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 216

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_statusString

The workflow status of the copied source image set.

Returns:

  • (String)


216
217
218
219
220
221
222
223
224
225
226
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 216

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_idString

The latest version identifier for the copied source image set.

Returns:

  • (String)


216
217
218
219
220
221
222
223
224
225
226
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 216

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_atTime

The timestamp when the source image set properties were updated.

Returns:

  • (Time)


216
217
218
219
220
221
222
223
224
225
226
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 216

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