Class: Aws::Omics::Types::UpdateAnnotationStoreVersionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-omics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time stamp for when an annotation store version was created.

Returns:

  • (Time)


6911
6912
6913
6914
6915
6916
6917
6918
6919
6920
6921
6922
# File 'lib/aws-sdk-omics/types.rb', line 6911

class UpdateAnnotationStoreVersionResponse < Struct.new(
  :store_id,
  :id,
  :status,
  :name,
  :version_name,
  :description,
  :creation_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of an annotation store version.

Returns:

  • (String)


6911
6912
6913
6914
6915
6916
6917
6918
6919
6920
6921
6922
# File 'lib/aws-sdk-omics/types.rb', line 6911

class UpdateAnnotationStoreVersionResponse < Struct.new(
  :store_id,
  :id,
  :status,
  :name,
  :version_name,
  :description,
  :creation_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The annotation store version ID.

Returns:

  • (String)


6911
6912
6913
6914
6915
6916
6917
6918
6919
6920
6921
6922
# File 'lib/aws-sdk-omics/types.rb', line 6911

class UpdateAnnotationStoreVersionResponse < Struct.new(
  :store_id,
  :id,
  :status,
  :name,
  :version_name,
  :description,
  :creation_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of an annotation store.

Returns:

  • (String)


6911
6912
6913
6914
6915
6916
6917
6918
6919
6920
6921
6922
# File 'lib/aws-sdk-omics/types.rb', line 6911

class UpdateAnnotationStoreVersionResponse < Struct.new(
  :store_id,
  :id,
  :status,
  :name,
  :version_name,
  :description,
  :creation_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of an annotation store version.

Returns:

  • (String)


6911
6912
6913
6914
6915
6916
6917
6918
6919
6920
6921
6922
# File 'lib/aws-sdk-omics/types.rb', line 6911

class UpdateAnnotationStoreVersionResponse < Struct.new(
  :store_id,
  :id,
  :status,
  :name,
  :version_name,
  :description,
  :creation_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#store_idString

The annotation store ID.

Returns:

  • (String)


6911
6912
6913
6914
6915
6916
6917
6918
6919
6920
6921
6922
# File 'lib/aws-sdk-omics/types.rb', line 6911

class UpdateAnnotationStoreVersionResponse < Struct.new(
  :store_id,
  :id,
  :status,
  :name,
  :version_name,
  :description,
  :creation_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The time stamp for when an annotation store version was updated.

Returns:

  • (Time)


6911
6912
6913
6914
6915
6916
6917
6918
6919
6920
6921
6922
# File 'lib/aws-sdk-omics/types.rb', line 6911

class UpdateAnnotationStoreVersionResponse < Struct.new(
  :store_id,
  :id,
  :status,
  :name,
  :version_name,
  :description,
  :creation_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#version_nameString

The name of an annotation store version.

Returns:

  • (String)


6911
6912
6913
6914
6915
6916
6917
6918
6919
6920
6921
6922
# File 'lib/aws-sdk-omics/types.rb', line 6911

class UpdateAnnotationStoreVersionResponse < Struct.new(
  :store_id,
  :id,
  :status,
  :name,
  :version_name,
  :description,
  :creation_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end