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.
612 613 614 615 616 617 618 619 620 621 622 623 |
# File 'lib/aws-sdk-omics/types.rb', line 612 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.
612 613 614 615 616 617 618 619 620 621 622 623 |
# File 'lib/aws-sdk-omics/types.rb', line 612 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.
612 613 614 615 616 617 618 619 620 621 622 623 |
# File 'lib/aws-sdk-omics/types.rb', line 612 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.
612 613 614 615 616 617 618 619 620 621 622 623 |
# File 'lib/aws-sdk-omics/types.rb', line 612 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.
612 613 614 615 616 617 618 619 620 621 622 623 |
# File 'lib/aws-sdk-omics/types.rb', line 612 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.
612 613 614 615 616 617 618 619 620 621 622 623 |
# File 'lib/aws-sdk-omics/types.rb', line 612 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.
612 613 614 615 616 617 618 619 620 621 622 623 |
# File 'lib/aws-sdk-omics/types.rb', line 612 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.
612 613 614 615 616 617 618 619 620 621 622 623 |
# File 'lib/aws-sdk-omics/types.rb', line 612 class CreateAnnotationStoreResponse < Struct.new( :id, :reference, :store_format, :store_options, :status, :name, :version_name, :creation_time) SENSITIVE = [] include Aws::Structure end |