Class: Aws::Omics::Types::CreateAnnotationStoreVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::CreateAnnotationStoreVersionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The time stamp for the creation of an annotation store version.
-
#id ⇒ String
A generated ID for the annotation store.
-
#name ⇒ String
The name given to an annotation store version to distinguish it from other versions.
-
#status ⇒ String
The status of a annotation store version.
-
#store_id ⇒ String
The ID for the annotation store from which new versions are being created.
-
#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
#creation_time ⇒ Time
The time stamp for the creation of an annotation store version.
692 693 694 695 696 697 698 699 700 701 702 |
# File 'lib/aws-sdk-omics/types.rb', line 692 class CreateAnnotationStoreVersionResponse < Struct.new( :id, :version_name, :store_id, :version_options, :name, :status, :creation_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
A generated ID for the annotation store
692 693 694 695 696 697 698 699 700 701 702 |
# File 'lib/aws-sdk-omics/types.rb', line 692 class CreateAnnotationStoreVersionResponse < Struct.new( :id, :version_name, :store_id, :version_options, :name, :status, :creation_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name given to an annotation store version to distinguish it from other versions.
692 693 694 695 696 697 698 699 700 701 702 |
# File 'lib/aws-sdk-omics/types.rb', line 692 class CreateAnnotationStoreVersionResponse < Struct.new( :id, :version_name, :store_id, :version_options, :name, :status, :creation_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of a annotation store version.
692 693 694 695 696 697 698 699 700 701 702 |
# File 'lib/aws-sdk-omics/types.rb', line 692 class CreateAnnotationStoreVersionResponse < Struct.new( :id, :version_name, :store_id, :version_options, :name, :status, :creation_time) SENSITIVE = [] include Aws::Structure end |
#store_id ⇒ String
The ID for the annotation store from which new versions are being created.
692 693 694 695 696 697 698 699 700 701 702 |
# File 'lib/aws-sdk-omics/types.rb', line 692 class CreateAnnotationStoreVersionResponse < Struct.new( :id, :version_name, :store_id, :version_options, :name, :status, :creation_time) SENSITIVE = [] include Aws::Structure end |
#version_name ⇒ String
The name given to an annotation store version to distinguish it from other versions.
692 693 694 695 696 697 698 699 700 701 702 |
# File 'lib/aws-sdk-omics/types.rb', line 692 class CreateAnnotationStoreVersionResponse < Struct.new( :id, :version_name, :store_id, :version_options, :name, :status, :creation_time) SENSITIVE = [] include Aws::Structure end |
#version_options ⇒ Types::VersionOptions
The options for an annotation store version.
692 693 694 695 696 697 698 699 700 701 702 |
# File 'lib/aws-sdk-omics/types.rb', line 692 class CreateAnnotationStoreVersionResponse < Struct.new( :id, :version_name, :store_id, :version_options, :name, :status, :creation_time) SENSITIVE = [] include Aws::Structure end |