Class: Aws::MedicalImaging::Types::UpdateImageSetMetadataResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp when image set metadata was created.

Returns:

  • (Time)


1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1894

class UpdateImageSetMetadataResponse < Struct.new(
  :datastore_id,
  :image_set_id,
  :latest_version_id,
  :image_set_state,
  :image_set_workflow_status,
  :created_at,
  :updated_at,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#datastore_idString

The data store identifier.

Returns:

  • (String)


1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1894

class UpdateImageSetMetadataResponse < Struct.new(
  :datastore_id,
  :image_set_id,
  :latest_version_id,
  :image_set_state,
  :image_set_workflow_status,
  :created_at,
  :updated_at,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#image_set_idString

The image set identifier.

Returns:

  • (String)


1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1894

class UpdateImageSetMetadataResponse < Struct.new(
  :datastore_id,
  :image_set_id,
  :latest_version_id,
  :image_set_state,
  :image_set_workflow_status,
  :created_at,
  :updated_at,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#image_set_stateString

The image set state.

Returns:

  • (String)


1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1894

class UpdateImageSetMetadataResponse < Struct.new(
  :datastore_id,
  :image_set_id,
  :latest_version_id,
  :image_set_state,
  :image_set_workflow_status,
  :created_at,
  :updated_at,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#image_set_workflow_statusString

The image set workflow status.

Returns:

  • (String)


1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1894

class UpdateImageSetMetadataResponse < Struct.new(
  :datastore_id,
  :image_set_id,
  :latest_version_id,
  :image_set_state,
  :image_set_workflow_status,
  :created_at,
  :updated_at,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#latest_version_idString

The latest image set version identifier.

Returns:

  • (String)


1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1894

class UpdateImageSetMetadataResponse < Struct.new(
  :datastore_id,
  :image_set_id,
  :latest_version_id,
  :image_set_state,
  :image_set_workflow_status,
  :created_at,
  :updated_at,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The error message thrown if an update image set metadata action fails.

Returns:

  • (String)


1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1894

class UpdateImageSetMetadataResponse < Struct.new(
  :datastore_id,
  :image_set_id,
  :latest_version_id,
  :image_set_state,
  :image_set_workflow_status,
  :created_at,
  :updated_at,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp when image set metadata was updated.

Returns:

  • (Time)


1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1894

class UpdateImageSetMetadataResponse < Struct.new(
  :datastore_id,
  :image_set_id,
  :latest_version_id,
  :image_set_state,
  :image_set_workflow_status,
  :created_at,
  :updated_at,
  :message)
  SENSITIVE = []
  include Aws::Structure
end