Class: Aws::Omics::Types::UpdateAnnotationStoreResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::UpdateAnnotationStoreResponse
- Defined in:
- gems/aws-sdk-omics/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.
7256 7257 7258 7259 7260 7261 7262 7263 7264 7265 7266 7267 7268 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7256 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.
7256 7257 7258 7259 7260 7261 7262 7263 7264 7265 7266 7267 7268 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7256 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.
7256 7257 7258 7259 7260 7261 7262 7263 7264 7265 7266 7267 7268 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7256 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.
7256 7257 7258 7259 7260 7261 7262 7263 7264 7265 7266 7267 7268 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7256 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.
7256 7257 7258 7259 7260 7261 7262 7263 7264 7265 7266 7267 7268 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7256 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.
7256 7257 7258 7259 7260 7261 7262 7263 7264 7265 7266 7267 7268 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7256 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.
7256 7257 7258 7259 7260 7261 7262 7263 7264 7265 7266 7267 7268 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7256 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.
7256 7257 7258 7259 7260 7261 7262 7263 7264 7265 7266 7267 7268 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7256 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.
7256 7257 7258 7259 7260 7261 7262 7263 7264 7265 7266 7267 7268 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7256 class UpdateAnnotationStoreResponse < Struct.new( :id, :reference, :status, :name, :description, :creation_time, :update_time, :store_options, :store_format) SENSITIVE = [] include Aws::Structure end |