Class: Aws::Omics::Types::UpdateAnnotationStoreResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::UpdateAnnotationStoreResponse
- 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.
-
#description ⇒ String
The store’s description.
-
#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
Parsing options for the store.
-
#update_time ⇒ Time
When the store was updated.
Instance Attribute Details
#creation_time ⇒ Time
When the store was created.
6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 |
# File 'lib/aws-sdk-omics/types.rb', line 6841 class UpdateAnnotationStoreResponse < Struct.new( :id, :reference, :status, :name, :description, :creation_time, :update_time, :store_options, :store_format) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The store’s description.
6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 |
# File 'lib/aws-sdk-omics/types.rb', line 6841 class UpdateAnnotationStoreResponse < Struct.new( :id, :reference, :status, :name, :description, :creation_time, :update_time, :store_options, :store_format) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The store’s ID.
6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 |
# File 'lib/aws-sdk-omics/types.rb', line 6841 class UpdateAnnotationStoreResponse < Struct.new( :id, :reference, :status, :name, :description, :creation_time, :update_time, :store_options, :store_format) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The store’s name.
6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 |
# File 'lib/aws-sdk-omics/types.rb', line 6841 class UpdateAnnotationStoreResponse < Struct.new( :id, :reference, :status, :name, :description, :creation_time, :update_time, :store_options, :store_format) SENSITIVE = [] include Aws::Structure end |
#reference ⇒ Types::ReferenceItem
The store’s genome reference.
6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 |
# File 'lib/aws-sdk-omics/types.rb', line 6841 class UpdateAnnotationStoreResponse < Struct.new( :id, :reference, :status, :name, :description, :creation_time, :update_time, :store_options, :store_format) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The store’s status.
6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 |
# File 'lib/aws-sdk-omics/types.rb', line 6841 class UpdateAnnotationStoreResponse < Struct.new( :id, :reference, :status, :name, :description, :creation_time, :update_time, :store_options, :store_format) SENSITIVE = [] include Aws::Structure end |
#store_format ⇒ String
The annotation file format of the store.
6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 |
# File 'lib/aws-sdk-omics/types.rb', line 6841 class UpdateAnnotationStoreResponse < Struct.new( :id, :reference, :status, :name, :description, :creation_time, :update_time, :store_options, :store_format) SENSITIVE = [] include Aws::Structure end |
#store_options ⇒ Types::StoreOptions
Parsing options for the store.
6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 |
# File 'lib/aws-sdk-omics/types.rb', line 6841 class UpdateAnnotationStoreResponse < Struct.new( :id, :reference, :status, :name, :description, :creation_time, :update_time, :store_options, :store_format) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
When the store was updated.
6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 |
# File 'lib/aws-sdk-omics/types.rb', line 6841 class UpdateAnnotationStoreResponse < Struct.new( :id, :reference, :status, :name, :description, :creation_time, :update_time, :store_options, :store_format) SENSITIVE = [] include Aws::Structure end |