Class: Aws::Omics::Types::CreateAnnotationStoreRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::CreateAnnotationStoreRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description for the store.
-
#name ⇒ String
A name for the store.
-
#reference ⇒ Types::ReferenceItem
The genome reference for the store’s annotations.
-
#sse_config ⇒ Types::SseConfig
Server-side encryption (SSE) settings for the store.
-
#store_format ⇒ String
The annotation file format of the store.
-
#store_options ⇒ Types::StoreOptions
File parsing options for the annotation store.
-
#tags ⇒ Hash<String,String>
Tags for the store.
-
#version_name ⇒ String
The name given to an annotation store version to distinguish it from other versions.
Instance Attribute Details
#description ⇒ String
A description for the store.
563 564 565 566 567 568 569 570 571 572 573 574 |
# File 'lib/aws-sdk-omics/types.rb', line 563 class CreateAnnotationStoreRequest < Struct.new( :reference, :name, :description, :tags, :version_name, :sse_config, :store_format, :store_options) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name for the store.
563 564 565 566 567 568 569 570 571 572 573 574 |
# File 'lib/aws-sdk-omics/types.rb', line 563 class CreateAnnotationStoreRequest < Struct.new( :reference, :name, :description, :tags, :version_name, :sse_config, :store_format, :store_options) SENSITIVE = [] include Aws::Structure end |
#reference ⇒ Types::ReferenceItem
The genome reference for the store’s annotations.
563 564 565 566 567 568 569 570 571 572 573 574 |
# File 'lib/aws-sdk-omics/types.rb', line 563 class CreateAnnotationStoreRequest < Struct.new( :reference, :name, :description, :tags, :version_name, :sse_config, :store_format, :store_options) SENSITIVE = [] include Aws::Structure end |
#sse_config ⇒ Types::SseConfig
Server-side encryption (SSE) settings for the store.
563 564 565 566 567 568 569 570 571 572 573 574 |
# File 'lib/aws-sdk-omics/types.rb', line 563 class CreateAnnotationStoreRequest < Struct.new( :reference, :name, :description, :tags, :version_name, :sse_config, :store_format, :store_options) SENSITIVE = [] include Aws::Structure end |
#store_format ⇒ String
The annotation file format of the store.
563 564 565 566 567 568 569 570 571 572 573 574 |
# File 'lib/aws-sdk-omics/types.rb', line 563 class CreateAnnotationStoreRequest < Struct.new( :reference, :name, :description, :tags, :version_name, :sse_config, :store_format, :store_options) SENSITIVE = [] include Aws::Structure end |
#store_options ⇒ Types::StoreOptions
File parsing options for the annotation store.
563 564 565 566 567 568 569 570 571 572 573 574 |
# File 'lib/aws-sdk-omics/types.rb', line 563 class CreateAnnotationStoreRequest < Struct.new( :reference, :name, :description, :tags, :version_name, :sse_config, :store_format, :store_options) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags for the store.
563 564 565 566 567 568 569 570 571 572 573 574 |
# File 'lib/aws-sdk-omics/types.rb', line 563 class CreateAnnotationStoreRequest < Struct.new( :reference, :name, :description, :tags, :version_name, :sse_config, :store_format, :store_options) SENSITIVE = [] include Aws::Structure end |
#version_name ⇒ String
The name given to an annotation store version to distinguish it from other versions.
563 564 565 566 567 568 569 570 571 572 573 574 |
# File 'lib/aws-sdk-omics/types.rb', line 563 class CreateAnnotationStoreRequest < Struct.new( :reference, :name, :description, :tags, :version_name, :sse_config, :store_format, :store_options) SENSITIVE = [] include Aws::Structure end |