Class: Aws::MedicalImaging::Types::UpdateImageSetMetadataResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::UpdateImageSetMetadataResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medicalimaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp when image set metadata was created.
-
#datastore_id ⇒ String
The data store identifier.
-
#image_set_id ⇒ String
The image set identifier.
-
#image_set_state ⇒ String
The image set state.
-
#image_set_workflow_status ⇒ String
The image set workflow status.
-
#latest_version_id ⇒ String
The latest image set version identifier.
-
#message ⇒ String
The error message thrown if an update image set metadata action fails.
-
#updated_at ⇒ Time
The timestamp when image set metadata was updated.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when image set metadata was created.
1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1666 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_id ⇒ String
The data store identifier.
1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1666 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_id ⇒ String
The image set identifier.
1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1666 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_state ⇒ String
The image set state.
1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1666 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_status ⇒ String
The image set workflow status.
1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1666 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_id ⇒ String
The latest image set version identifier.
1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1666 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 |
#message ⇒ String
The error message thrown if an update image set metadata action fails.
1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1666 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_at ⇒ Time
The timestamp when image set metadata was updated.
1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1666 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 |