Class: Aws::Omics::Types::GetAnnotationStoreVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::GetAnnotationStoreVersionResponse
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The time stamp for when an annotation store version was created.
-
#description ⇒ String
The description for an annotation store version.
-
#id ⇒ String
The annotation store version ID.
-
#name ⇒ String
The name of the annotation store.
-
#status ⇒ String
The status of an annotation store version.
-
#status_message ⇒ String
The status of an annotation store version.
-
#store_id ⇒ String
The store ID for annotation store version.
-
#tags ⇒ Hash<String,String>
Any tags associated with an annotation store version.
-
#update_time ⇒ Time
The time stamp for when an annotation store version was updated.
-
#version_arn ⇒ String
The Arn for the annotation store.
-
#version_name ⇒ String
The name given to an annotation store version to distinguish it from others.
-
#version_options ⇒ Types::VersionOptions
The options for an annotation store version.
-
#version_size_bytes ⇒ Integer
The size of the annotation store version in Bytes.
Instance Attribute Details
#creation_time ⇒ Time
The time stamp for when an annotation store version was created.
1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1934 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 |
#description ⇒ String
The description for an annotation store version.
1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1934 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 |
#id ⇒ String
The annotation store version ID.
1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1934 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 |
#name ⇒ String
The name of the annotation store.
1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1934 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 ⇒ String
The status of an annotation store version.
1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1934 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_message ⇒ String
The status of an annotation store version.
1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1934 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_id ⇒ String
The store ID for annotation store version.
1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1934 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 |
#tags ⇒ Hash<String,String>
Any tags associated with an annotation store version.
1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1934 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_time ⇒ Time
The time stamp for when an annotation store version was updated.
1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1934 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_arn ⇒ String
The Arn for the annotation store.
1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1934 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_name ⇒ String
The name given to an annotation store version to distinguish it from others.
1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1934 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_options ⇒ Types::VersionOptions
The options for an annotation store version.
1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1934 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_bytes ⇒ Integer
The size of the annotation store version in Bytes.
1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1934 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 |