Class: Aws::Omics::Types::CreateAnnotationStoreResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::CreateAnnotationStoreResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
When the store was created.
-
#id ⇒ String
The store’s ID.
-
#name ⇒ String
The store’s name.
-
#reference ⇒ Types::ReferenceItem
The store’s genome reference.
-
#status ⇒ String
The store’s status.
-
#store_format ⇒ String
The annotation file format of the store.
-
#store_options ⇒ Types::StoreOptions
The store’s file parsing options.
-
#version_name ⇒ String
The name given to an annotation store version to distinguish it from other versions.
Instance Attribute Details
#creation_time ⇒ Time
When the store was created.
640 641 642 643 644 645 646 647 648 649 650 651 |
# File 'lib/aws-sdk-omics/types.rb', line 640 class CreateAnnotationStoreResponse < Struct.new( :id, :reference, :store_format, :store_options, :status, :name, :version_name, :creation_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The store’s ID.
640 641 642 643 644 645 646 647 648 649 650 651 |
# File 'lib/aws-sdk-omics/types.rb', line 640 class CreateAnnotationStoreResponse < Struct.new( :id, :reference, :store_format, :store_options, :status, :name, :version_name, :creation_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The store’s name.
640 641 642 643 644 645 646 647 648 649 650 651 |
# File 'lib/aws-sdk-omics/types.rb', line 640 class CreateAnnotationStoreResponse < Struct.new( :id, :reference, :store_format, :store_options, :status, :name, :version_name, :creation_time) SENSITIVE = [] include Aws::Structure end |
#reference ⇒ Types::ReferenceItem
The store’s genome reference. Required for all stores except TSV format with generic annotations.
640 641 642 643 644 645 646 647 648 649 650 651 |
# File 'lib/aws-sdk-omics/types.rb', line 640 class CreateAnnotationStoreResponse < Struct.new( :id, :reference, :store_format, :store_options, :status, :name, :version_name, :creation_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The store’s status.
640 641 642 643 644 645 646 647 648 649 650 651 |
# File 'lib/aws-sdk-omics/types.rb', line 640 class CreateAnnotationStoreResponse < Struct.new( :id, :reference, :store_format, :store_options, :status, :name, :version_name, :creation_time) SENSITIVE = [] include Aws::Structure end |
#store_format ⇒ String
The annotation file format of the store.
640 641 642 643 644 645 646 647 648 649 650 651 |
# File 'lib/aws-sdk-omics/types.rb', line 640 class CreateAnnotationStoreResponse < Struct.new( :id, :reference, :store_format, :store_options, :status, :name, :version_name, :creation_time) SENSITIVE = [] include Aws::Structure end |
#store_options ⇒ Types::StoreOptions
The store’s file parsing options.
640 641 642 643 644 645 646 647 648 649 650 651 |
# File 'lib/aws-sdk-omics/types.rb', line 640 class CreateAnnotationStoreResponse < Struct.new( :id, :reference, :store_format, :store_options, :status, :name, :version_name, :creation_time) SENSITIVE = [] include Aws::Structure end |
#version_name ⇒ String
The name given to an annotation store version to distinguish it from other versions.
640 641 642 643 644 645 646 647 648 649 650 651 |
# File 'lib/aws-sdk-omics/types.rb', line 640 class CreateAnnotationStoreResponse < Struct.new( :id, :reference, :store_format, :store_options, :status, :name, :version_name, :creation_time) SENSITIVE = [] include Aws::Structure end |