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.
2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2277 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.
2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2277 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.
2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2277 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.
2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2277 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.
2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2277 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.
2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2277 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.
2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2277 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.
2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2277 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.
2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2277 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.
2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2277 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.
2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2277 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.
2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2277 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.
2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2277 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 |