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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medicalimaging/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)


1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1820

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)


1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1820

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)


1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1820

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)


1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1820

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)


1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1820

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)


1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1820

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)


1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1820

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)


1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1820

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