Class: Aws::Omics::Types::GetAnnotationStoreVersionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-omics/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)


1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1931

class GetAnnotationStoreVersionResponse < Struct.new(
  :store_id,
  :id,
  :status,
  :version_arn,
  :name,
  :version_name,
  :description,
  :creation_time,
  :update_time,
  :tags,
  :version_options,
  :status_message,
  :version_size_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description for an annotation store version.

Returns:

  • (String)


1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1931

class GetAnnotationStoreVersionResponse < Struct.new(
  :store_id,
  :id,
  :status,
  :version_arn,
  :name,
  :version_name,
  :description,
  :creation_time,
  :update_time,
  :tags,
  :version_options,
  :status_message,
  :version_size_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The annotation store version ID.

Returns:

  • (String)


1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1931

class GetAnnotationStoreVersionResponse < Struct.new(
  :store_id,
  :id,
  :status,
  :version_arn,
  :name,
  :version_name,
  :description,
  :creation_time,
  :update_time,
  :tags,
  :version_options,
  :status_message,
  :version_size_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the annotation store.

Returns:

  • (String)


1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1931

class GetAnnotationStoreVersionResponse < Struct.new(
  :store_id,
  :id,
  :status,
  :version_arn,
  :name,
  :version_name,
  :description,
  :creation_time,
  :update_time,
  :tags,
  :version_options,
  :status_message,
  :version_size_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of an annotation store version.

Returns:

  • (String)


1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1931

class GetAnnotationStoreVersionResponse < Struct.new(
  :store_id,
  :id,
  :status,
  :version_arn,
  :name,
  :version_name,
  :description,
  :creation_time,
  :update_time,
  :tags,
  :version_options,
  :status_message,
  :version_size_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

The status of an annotation store version.

Returns:

  • (String)


1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1931

class GetAnnotationStoreVersionResponse < Struct.new(
  :store_id,
  :id,
  :status,
  :version_arn,
  :name,
  :version_name,
  :description,
  :creation_time,
  :update_time,
  :tags,
  :version_options,
  :status_message,
  :version_size_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#store_idString

The store ID for annotation store version.

Returns:

  • (String)


1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1931

class GetAnnotationStoreVersionResponse < Struct.new(
  :store_id,
  :id,
  :status,
  :version_arn,
  :name,
  :version_name,
  :description,
  :creation_time,
  :update_time,
  :tags,
  :version_options,
  :status_message,
  :version_size_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Any tags associated with an annotation store version.

Returns:

  • (Hash<String,String>)


1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1931

class GetAnnotationStoreVersionResponse < Struct.new(
  :store_id,
  :id,
  :status,
  :version_arn,
  :name,
  :version_name,
  :description,
  :creation_time,
  :update_time,
  :tags,
  :version_options,
  :status_message,
  :version_size_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

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

Returns:

  • (Time)


1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1931

class GetAnnotationStoreVersionResponse < Struct.new(
  :store_id,
  :id,
  :status,
  :version_arn,
  :name,
  :version_name,
  :description,
  :creation_time,
  :update_time,
  :tags,
  :version_options,
  :status_message,
  :version_size_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#version_arnString

The Arn for the annotation store.

Returns:

  • (String)


1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1931

class GetAnnotationStoreVersionResponse < Struct.new(
  :store_id,
  :id,
  :status,
  :version_arn,
  :name,
  :version_name,
  :description,
  :creation_time,
  :update_time,
  :tags,
  :version_options,
  :status_message,
  :version_size_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#version_nameString

The name given to an annotation store version to distinguish it from others.

Returns:

  • (String)


1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1931

class GetAnnotationStoreVersionResponse < Struct.new(
  :store_id,
  :id,
  :status,
  :version_arn,
  :name,
  :version_name,
  :description,
  :creation_time,
  :update_time,
  :tags,
  :version_options,
  :status_message,
  :version_size_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#version_optionsTypes::VersionOptions

The options for an annotation store version.



1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1931

class GetAnnotationStoreVersionResponse < Struct.new(
  :store_id,
  :id,
  :status,
  :version_arn,
  :name,
  :version_name,
  :description,
  :creation_time,
  :update_time,
  :tags,
  :version_options,
  :status_message,
  :version_size_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#version_size_bytesInteger

The size of the annotation store version in Bytes.

Returns:

  • (Integer)


1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1931

class GetAnnotationStoreVersionResponse < Struct.new(
  :store_id,
  :id,
  :status,
  :version_arn,
  :name,
  :version_name,
  :description,
  :creation_time,
  :update_time,
  :tags,
  :version_options,
  :status_message,
  :version_size_bytes)
  SENSITIVE = []
  include Aws::Structure
end