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.
6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 6316 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6304 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.
6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 6316 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6304 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.
6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 6316 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6304 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.
6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 6316 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6304 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.
6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 6316 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6304 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.
6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 6316 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6304 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.
6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 6316 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6304 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.
6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 6316 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6304 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.
6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 6316 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6304 class UpdateAnnotationStoreResponse < Struct.new( :id, :reference, :status, :name, :description, :creation_time, :update_time, :store_options, :store_format) SENSITIVE = [] include Aws::Structure end |