Class: Aws::Omics::Types::AnnotationStoreVersionItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::AnnotationStoreVersionItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Annotation store versions.
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 of an annotation store version.
-
#id ⇒ String
The annotation store version ID.
-
#name ⇒ String
A name given to an annotation store version to distinguish it from others.
-
#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 an annotation store version.
-
#update_time ⇒ Time
The time stamp for when an annotation store version was updated.
-
#version_arn ⇒ String
The Arn for an annotation store version.
-
#version_name ⇒ String
The name of an annotation store version.
-
#version_size_bytes ⇒ Integer
The size of an annotation store version in Bytes.
Instance Attribute Details
#creation_time ⇒ Time
The time stamp for when an annotation store version was created.
364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 |
# File 'lib/aws-sdk-omics/types.rb', line 364 class AnnotationStoreVersionItem < Struct.new( :store_id, :id, :status, :version_arn, :name, :version_name, :description, :creation_time, :update_time, :status_message, :version_size_bytes) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of an annotation store version.
364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 |
# File 'lib/aws-sdk-omics/types.rb', line 364 class AnnotationStoreVersionItem < Struct.new( :store_id, :id, :status, :version_arn, :name, :version_name, :description, :creation_time, :update_time, :status_message, :version_size_bytes) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The annotation store version ID.
364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 |
# File 'lib/aws-sdk-omics/types.rb', line 364 class AnnotationStoreVersionItem < Struct.new( :store_id, :id, :status, :version_arn, :name, :version_name, :description, :creation_time, :update_time, :status_message, :version_size_bytes) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name given to an annotation store version to distinguish it from others.
364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 |
# File 'lib/aws-sdk-omics/types.rb', line 364 class AnnotationStoreVersionItem < Struct.new( :store_id, :id, :status, :version_arn, :name, :version_name, :description, :creation_time, :update_time, :status_message, :version_size_bytes) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of an annotation store version.
364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 |
# File 'lib/aws-sdk-omics/types.rb', line 364 class AnnotationStoreVersionItem < Struct.new( :store_id, :id, :status, :version_arn, :name, :version_name, :description, :creation_time, :update_time, :status_message, :version_size_bytes) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The status of an annotation store version.
364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 |
# File 'lib/aws-sdk-omics/types.rb', line 364 class AnnotationStoreVersionItem < Struct.new( :store_id, :id, :status, :version_arn, :name, :version_name, :description, :creation_time, :update_time, :status_message, :version_size_bytes) SENSITIVE = [] include Aws::Structure end |
#store_id ⇒ String
The store ID for an annotation store version.
364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 |
# File 'lib/aws-sdk-omics/types.rb', line 364 class AnnotationStoreVersionItem < Struct.new( :store_id, :id, :status, :version_arn, :name, :version_name, :description, :creation_time, :update_time, :status_message, :version_size_bytes) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
The time stamp for when an annotation store version was updated.
364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 |
# File 'lib/aws-sdk-omics/types.rb', line 364 class AnnotationStoreVersionItem < Struct.new( :store_id, :id, :status, :version_arn, :name, :version_name, :description, :creation_time, :update_time, :status_message, :version_size_bytes) SENSITIVE = [] include Aws::Structure end |
#version_arn ⇒ String
The Arn for an annotation store version.
364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 |
# File 'lib/aws-sdk-omics/types.rb', line 364 class AnnotationStoreVersionItem < Struct.new( :store_id, :id, :status, :version_arn, :name, :version_name, :description, :creation_time, :update_time, :status_message, :version_size_bytes) SENSITIVE = [] include Aws::Structure end |
#version_name ⇒ String
The name of an annotation store version.
364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 |
# File 'lib/aws-sdk-omics/types.rb', line 364 class AnnotationStoreVersionItem < Struct.new( :store_id, :id, :status, :version_arn, :name, :version_name, :description, :creation_time, :update_time, :status_message, :version_size_bytes) SENSITIVE = [] include Aws::Structure end |
#version_size_bytes ⇒ Integer
The size of an annotation store version in Bytes.
364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 |
# File 'lib/aws-sdk-omics/types.rb', line 364 class AnnotationStoreVersionItem < Struct.new( :store_id, :id, :status, :version_arn, :name, :version_name, :description, :creation_time, :update_time, :status_message, :version_size_bytes) SENSITIVE = [] include Aws::Structure end |