Class: Aws::MedicalImaging::Types::CopyDestinationImageSetProperties

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_atTime

The timestamp when the destination image set properties were created.

Returns:

  • (Time)


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_arnString

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

Returns:

  • (String)


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_idString

The image set identifier of the copied image set properties.

Returns:

  • (String)


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_stateString

The image set state of the destination image set properties.

Returns:

  • (String)


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_statusString

The image set workflow status of the destination image set properties.

Returns:

  • (String)


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_idString

The latest version identifier for the destination image set properties.

Returns:

  • (String)


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_atTime

The timestamp when the destination image set properties were last updated.

Returns:

  • (Time)


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