Class: Aws::Omics::Types::UpdateVariantStoreResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::UpdateVariantStoreResponse
- 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.
-
#update_time ⇒ Time
When the store was updated.
Instance Attribute Details
#creation_time ⇒ Time
When the store was created.
7157 7158 7159 7160 7161 7162 7163 7164 7165 7166 7167 |
# File 'lib/aws-sdk-omics/types.rb', line 7157 class UpdateVariantStoreResponse < Struct.new( :id, :reference, :status, :name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The store’s description.
7157 7158 7159 7160 7161 7162 7163 7164 7165 7166 7167 |
# File 'lib/aws-sdk-omics/types.rb', line 7157 class UpdateVariantStoreResponse < Struct.new( :id, :reference, :status, :name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The store’s ID.
7157 7158 7159 7160 7161 7162 7163 7164 7165 7166 7167 |
# File 'lib/aws-sdk-omics/types.rb', line 7157 class UpdateVariantStoreResponse < Struct.new( :id, :reference, :status, :name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The store’s name.
7157 7158 7159 7160 7161 7162 7163 7164 7165 7166 7167 |
# File 'lib/aws-sdk-omics/types.rb', line 7157 class UpdateVariantStoreResponse < Struct.new( :id, :reference, :status, :name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#reference ⇒ Types::ReferenceItem
The store’s genome reference.
7157 7158 7159 7160 7161 7162 7163 7164 7165 7166 7167 |
# File 'lib/aws-sdk-omics/types.rb', line 7157 class UpdateVariantStoreResponse < Struct.new( :id, :reference, :status, :name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The store’s status.
7157 7158 7159 7160 7161 7162 7163 7164 7165 7166 7167 |
# File 'lib/aws-sdk-omics/types.rb', line 7157 class UpdateVariantStoreResponse < Struct.new( :id, :reference, :status, :name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
When the store was updated.
7157 7158 7159 7160 7161 7162 7163 7164 7165 7166 7167 |
# File 'lib/aws-sdk-omics/types.rb', line 7157 class UpdateVariantStoreResponse < Struct.new( :id, :reference, :status, :name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |