Class: Aws::MedicalImaging::Types::ImageSetProperties

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

Overview

The image set properties.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp when the image set properties were created.

Returns:

  • (Time)


970
971
972
973
974
975
976
977
978
979
980
981
982
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 970

class ImageSetProperties < Struct.new(
  :image_set_id,
  :version_id,
  :image_set_state,
  :image_set_workflow_status,
  :created_at,
  :updated_at,
  :deleted_at,
  :message,
  :overrides)
  SENSITIVE = []
  include Aws::Structure
end

#deleted_atTime

The timestamp when the image set properties were deleted.

Returns:

  • (Time)


970
971
972
973
974
975
976
977
978
979
980
981
982
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 970

class ImageSetProperties < Struct.new(
  :image_set_id,
  :version_id,
  :image_set_state,
  :image_set_workflow_status,
  :created_at,
  :updated_at,
  :deleted_at,
  :message,
  :overrides)
  SENSITIVE = []
  include Aws::Structure
end

#image_set_idString

The image set identifier.

Returns:

  • (String)


970
971
972
973
974
975
976
977
978
979
980
981
982
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 970

class ImageSetProperties < Struct.new(
  :image_set_id,
  :version_id,
  :image_set_state,
  :image_set_workflow_status,
  :created_at,
  :updated_at,
  :deleted_at,
  :message,
  :overrides)
  SENSITIVE = []
  include Aws::Structure
end

#image_set_stateString

The image set state.

Returns:

  • (String)


970
971
972
973
974
975
976
977
978
979
980
981
982
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 970

class ImageSetProperties < Struct.new(
  :image_set_id,
  :version_id,
  :image_set_state,
  :image_set_workflow_status,
  :created_at,
  :updated_at,
  :deleted_at,
  :message,
  :overrides)
  SENSITIVE = []
  include Aws::Structure
end

#image_set_workflow_statusString

The image set workflow status.

Returns:

  • (String)


970
971
972
973
974
975
976
977
978
979
980
981
982
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 970

class ImageSetProperties < Struct.new(
  :image_set_id,
  :version_id,
  :image_set_state,
  :image_set_workflow_status,
  :created_at,
  :updated_at,
  :deleted_at,
  :message,
  :overrides)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The error message thrown if an image set action fails.

Returns:

  • (String)


970
971
972
973
974
975
976
977
978
979
980
981
982
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 970

class ImageSetProperties < Struct.new(
  :image_set_id,
  :version_id,
  :image_set_state,
  :image_set_workflow_status,
  :created_at,
  :updated_at,
  :deleted_at,
  :message,
  :overrides)
  SENSITIVE = []
  include Aws::Structure
end

#overridesTypes::Overrides

Contains details on overrides used when creating the returned version of an image set. For example, if forced exists, the forced flag was used when creating the image set.

Returns:



970
971
972
973
974
975
976
977
978
979
980
981
982
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 970

class ImageSetProperties < Struct.new(
  :image_set_id,
  :version_id,
  :image_set_state,
  :image_set_workflow_status,
  :created_at,
  :updated_at,
  :deleted_at,
  :message,
  :overrides)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp when the image set properties were updated.

Returns:

  • (Time)


970
971
972
973
974
975
976
977
978
979
980
981
982
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 970

class ImageSetProperties < Struct.new(
  :image_set_id,
  :version_id,
  :image_set_state,
  :image_set_workflow_status,
  :created_at,
  :updated_at,
  :deleted_at,
  :message,
  :overrides)
  SENSITIVE = []
  include Aws::Structure
end

#version_idString

The image set version identifier.

Returns:

  • (String)


970
971
972
973
974
975
976
977
978
979
980
981
982
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 970

class ImageSetProperties < Struct.new(
  :image_set_id,
  :version_id,
  :image_set_state,
  :image_set_workflow_status,
  :created_at,
  :updated_at,
  :deleted_at,
  :message,
  :overrides)
  SENSITIVE = []
  include Aws::Structure
end