Class: Aws::MedicalImaging::Types::GetImageSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::GetImageSetResponse
- Defined in:
- gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp when image set properties were created.
-
#datastore_id ⇒ String
The data store identifier.
-
#deleted_at ⇒ Time
The timestamp when the image set properties were deleted.
-
#image_set_arn ⇒ String
The Amazon Resource Name (ARN) assigned to the image set.
-
#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.
-
#message ⇒ String
The error message thrown if an image set action fails.
-
#overrides ⇒ Types::Overrides
This object contains the details of any overrides used while creating a specific image set version.
-
#updated_at ⇒ Time
The timestamp when image set properties were updated.
-
#version_id ⇒ String
The image set version identifier.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when image set properties were created.
898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 898 class GetImageSetResponse < Struct.new( :datastore_id, :image_set_id, :version_id, :image_set_state, :image_set_workflow_status, :created_at, :updated_at, :deleted_at, :message, :image_set_arn, :overrides) SENSITIVE = [] include Aws::Structure end |
#datastore_id ⇒ String
The data store identifier.
898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 898 class GetImageSetResponse < Struct.new( :datastore_id, :image_set_id, :version_id, :image_set_state, :image_set_workflow_status, :created_at, :updated_at, :deleted_at, :message, :image_set_arn, :overrides) SENSITIVE = [] include Aws::Structure end |
#deleted_at ⇒ Time
The timestamp when the image set properties were deleted.
898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 898 class GetImageSetResponse < Struct.new( :datastore_id, :image_set_id, :version_id, :image_set_state, :image_set_workflow_status, :created_at, :updated_at, :deleted_at, :message, :image_set_arn, :overrides) SENSITIVE = [] include Aws::Structure end |
#image_set_arn ⇒ String
The Amazon Resource Name (ARN) assigned to the image set.
898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 898 class GetImageSetResponse < Struct.new( :datastore_id, :image_set_id, :version_id, :image_set_state, :image_set_workflow_status, :created_at, :updated_at, :deleted_at, :message, :image_set_arn, :overrides) SENSITIVE = [] include Aws::Structure end |
#image_set_id ⇒ String
The image set identifier.
898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 898 class GetImageSetResponse < Struct.new( :datastore_id, :image_set_id, :version_id, :image_set_state, :image_set_workflow_status, :created_at, :updated_at, :deleted_at, :message, :image_set_arn, :overrides) SENSITIVE = [] include Aws::Structure end |
#image_set_state ⇒ String
The image set state.
898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 898 class GetImageSetResponse < Struct.new( :datastore_id, :image_set_id, :version_id, :image_set_state, :image_set_workflow_status, :created_at, :updated_at, :deleted_at, :message, :image_set_arn, :overrides) SENSITIVE = [] include Aws::Structure end |
#image_set_workflow_status ⇒ String
The image set workflow status.
898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 898 class GetImageSetResponse < Struct.new( :datastore_id, :image_set_id, :version_id, :image_set_state, :image_set_workflow_status, :created_at, :updated_at, :deleted_at, :message, :image_set_arn, :overrides) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error message thrown if an image set action fails.
898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 898 class GetImageSetResponse < Struct.new( :datastore_id, :image_set_id, :version_id, :image_set_state, :image_set_workflow_status, :created_at, :updated_at, :deleted_at, :message, :image_set_arn, :overrides) SENSITIVE = [] include Aws::Structure end |
#overrides ⇒ Types::Overrides
This object contains the details of any overrides used while
creating a specific image set version. If an image set was copied or
updated using the force
flag, this object will contain the
forced
flag.
898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 898 class GetImageSetResponse < Struct.new( :datastore_id, :image_set_id, :version_id, :image_set_state, :image_set_workflow_status, :created_at, :updated_at, :deleted_at, :message, :image_set_arn, :overrides) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when image set properties were updated.
898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 898 class GetImageSetResponse < Struct.new( :datastore_id, :image_set_id, :version_id, :image_set_state, :image_set_workflow_status, :created_at, :updated_at, :deleted_at, :message, :image_set_arn, :overrides) SENSITIVE = [] include Aws::Structure end |
#version_id ⇒ String
The image set version identifier.
898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 |
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 898 class GetImageSetResponse < Struct.new( :datastore_id, :image_set_id, :version_id, :image_set_state, :image_set_workflow_status, :created_at, :updated_at, :deleted_at, :message, :image_set_arn, :overrides) SENSITIVE = [] include Aws::Structure end |