Class: Aws::MedicalImaging::Types::GetImageSetResponse

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 properties were created.

Returns:

  • (Time)


898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
# File '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_idString

The data store identifier.

Returns:

  • (String)


898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
# File '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_atTime

The timestamp when the image set properties were deleted.

Returns:

  • (Time)


898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
# File '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_arnString

The Amazon Resource Name (ARN) assigned to the image set.

Returns:

  • (String)


898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
# File '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_idString

The image set identifier.

Returns:

  • (String)


898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
# File '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_stateString

The image set state.

Returns:

  • (String)


898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
# File '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_statusString

The image set workflow status.

Returns:

  • (String)


898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
# File '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

#messageString

The error message thrown if an image set action fails.

Returns:

  • (String)


898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
# File '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

#overridesTypes::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.

Returns:



898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
# File '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_atTime

The timestamp when image set properties were updated.

Returns:

  • (Time)


898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
# File '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_idString

The image set version identifier.

Returns:

  • (String)


898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
# File '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