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.
9151 9152 9153 9154 9155 9156 9157 9158 9159 9160 9161 |
# File 'lib/aws-sdk-omics/types.rb', line 9151 class UpdateVariantStoreResponse < Struct.new( :id, :reference, :status, :name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The store’s description.
9151 9152 9153 9154 9155 9156 9157 9158 9159 9160 9161 |
# File 'lib/aws-sdk-omics/types.rb', line 9151 class UpdateVariantStoreResponse < Struct.new( :id, :reference, :status, :name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The store’s ID.
9151 9152 9153 9154 9155 9156 9157 9158 9159 9160 9161 |
# File 'lib/aws-sdk-omics/types.rb', line 9151 class UpdateVariantStoreResponse < Struct.new( :id, :reference, :status, :name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The store’s name.
9151 9152 9153 9154 9155 9156 9157 9158 9159 9160 9161 |
# File 'lib/aws-sdk-omics/types.rb', line 9151 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.
9151 9152 9153 9154 9155 9156 9157 9158 9159 9160 9161 |
# File 'lib/aws-sdk-omics/types.rb', line 9151 class UpdateVariantStoreResponse < Struct.new( :id, :reference, :status, :name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The store’s status.
9151 9152 9153 9154 9155 9156 9157 9158 9159 9160 9161 |
# File 'lib/aws-sdk-omics/types.rb', line 9151 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.
9151 9152 9153 9154 9155 9156 9157 9158 9159 9160 9161 |
# File 'lib/aws-sdk-omics/types.rb', line 9151 class UpdateVariantStoreResponse < Struct.new( :id, :reference, :status, :name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |