Class: Aws::MedicalImaging::Types::ImageSetProperties

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

Overview

The image set properties.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp when the image set properties were created.

Returns:

  • (Time)


943
944
945
946
947
948
949
950
951
952
953
954
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 943

class ImageSetProperties < Struct.new(
  :image_set_id,
  :version_id,
  :image_set_state,
  :image_set_workflow_status,
  :created_at,
  :updated_at,
  :deleted_at,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#deleted_atTime

The timestamp when the image set properties were deleted.

Returns:

  • (Time)


943
944
945
946
947
948
949
950
951
952
953
954
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 943

class ImageSetProperties < Struct.new(
  :image_set_id,
  :version_id,
  :image_set_state,
  :image_set_workflow_status,
  :created_at,
  :updated_at,
  :deleted_at,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#image_set_idString

The image set identifier.

Returns:

  • (String)


943
944
945
946
947
948
949
950
951
952
953
954
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 943

class ImageSetProperties < Struct.new(
  :image_set_id,
  :version_id,
  :image_set_state,
  :image_set_workflow_status,
  :created_at,
  :updated_at,
  :deleted_at,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#image_set_stateString

The image set state.

Returns:

  • (String)


943
944
945
946
947
948
949
950
951
952
953
954
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 943

class ImageSetProperties < Struct.new(
  :image_set_id,
  :version_id,
  :image_set_state,
  :image_set_workflow_status,
  :created_at,
  :updated_at,
  :deleted_at,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#image_set_workflow_statusString

The image set workflow status.

Returns:

  • (String)


943
944
945
946
947
948
949
950
951
952
953
954
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 943

class ImageSetProperties < Struct.new(
  :image_set_id,
  :version_id,
  :image_set_state,
  :image_set_workflow_status,
  :created_at,
  :updated_at,
  :deleted_at,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The error message thrown if an image set action fails.

Returns:

  • (String)


943
944
945
946
947
948
949
950
951
952
953
954
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 943

class ImageSetProperties < Struct.new(
  :image_set_id,
  :version_id,
  :image_set_state,
  :image_set_workflow_status,
  :created_at,
  :updated_at,
  :deleted_at,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp when the image set properties were updated.

Returns:

  • (Time)


943
944
945
946
947
948
949
950
951
952
953
954
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 943

class ImageSetProperties < Struct.new(
  :image_set_id,
  :version_id,
  :image_set_state,
  :image_set_workflow_status,
  :created_at,
  :updated_at,
  :deleted_at,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#version_idString

The image set version identifier.

Returns:

  • (String)


943
944
945
946
947
948
949
950
951
952
953
954
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 943

class ImageSetProperties < Struct.new(
  :image_set_id,
  :version_id,
  :image_set_state,
  :image_set_workflow_status,
  :created_at,
  :updated_at,
  :deleted_at,
  :message)
  SENSITIVE = []
  include Aws::Structure
end