Class: Aws::Omics::Types::GetAnnotationStoreVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::GetAnnotationStoreVersionResponse
- Includes:
- Structure
- Defined in:
- 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.
2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 |
# File 'lib/aws-sdk-omics/types.rb', line 2097 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.
2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 |
# File 'lib/aws-sdk-omics/types.rb', line 2097 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.
2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 |
# File 'lib/aws-sdk-omics/types.rb', line 2097 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.
2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 |
# File 'lib/aws-sdk-omics/types.rb', line 2097 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.
2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 |
# File 'lib/aws-sdk-omics/types.rb', line 2097 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.
2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 |
# File 'lib/aws-sdk-omics/types.rb', line 2097 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.
2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 |
# File 'lib/aws-sdk-omics/types.rb', line 2097 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.
2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 |
# File 'lib/aws-sdk-omics/types.rb', line 2097 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.
2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 |
# File 'lib/aws-sdk-omics/types.rb', line 2097 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.
2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 |
# File 'lib/aws-sdk-omics/types.rb', line 2097 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.
2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 |
# File 'lib/aws-sdk-omics/types.rb', line 2097 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.
2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 |
# File 'lib/aws-sdk-omics/types.rb', line 2097 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.
2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 |
# File 'lib/aws-sdk-omics/types.rb', line 2097 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 |