Class: Aws::Omics::Types::CreateAnnotationStoreVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::CreateAnnotationStoreVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of an annotation store version.
-
#name ⇒ String
The name of an annotation store version from which versions are being created.
-
#tags ⇒ Hash<String,String>
Any tags added to annotation store version.
-
#version_name ⇒ String
The name given to an annotation store version to distinguish it from other versions.
-
#version_options ⇒ Types::VersionOptions
The options for an annotation store version.
Instance Attribute Details
#description ⇒ String
The description of an annotation store version.
649 650 651 652 653 654 655 656 657 |
# File 'lib/aws-sdk-omics/types.rb', line 649 class CreateAnnotationStoreVersionRequest < Struct.new( :name, :version_name, :description, :version_options, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of an annotation store version from which versions are being created.
649 650 651 652 653 654 655 656 657 |
# File 'lib/aws-sdk-omics/types.rb', line 649 class CreateAnnotationStoreVersionRequest < Struct.new( :name, :version_name, :description, :version_options, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Any tags added to annotation store version.
649 650 651 652 653 654 655 656 657 |
# File 'lib/aws-sdk-omics/types.rb', line 649 class CreateAnnotationStoreVersionRequest < Struct.new( :name, :version_name, :description, :version_options, :tags) SENSITIVE = [] include Aws::Structure end |
#version_name ⇒ String
The name given to an annotation store version to distinguish it from other versions.
649 650 651 652 653 654 655 656 657 |
# File 'lib/aws-sdk-omics/types.rb', line 649 class CreateAnnotationStoreVersionRequest < Struct.new( :name, :version_name, :description, :version_options, :tags) SENSITIVE = [] include Aws::Structure end |
#version_options ⇒ Types::VersionOptions
The options for an annotation store version.
649 650 651 652 653 654 655 656 657 |
# File 'lib/aws-sdk-omics/types.rb', line 649 class CreateAnnotationStoreVersionRequest < Struct.new( :name, :version_name, :description, :version_options, :tags) SENSITIVE = [] include Aws::Structure end |