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.
6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 |
# File 'lib/aws-sdk-omics/types.rb', line 6831 class UpdateVariantStoreResponse < Struct.new( :id, :reference, :status, :name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The store’s description.
6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 |
# File 'lib/aws-sdk-omics/types.rb', line 6831 class UpdateVariantStoreResponse < Struct.new( :id, :reference, :status, :name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The store’s ID.
6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 |
# File 'lib/aws-sdk-omics/types.rb', line 6831 class UpdateVariantStoreResponse < Struct.new( :id, :reference, :status, :name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The store’s name.
6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 |
# File 'lib/aws-sdk-omics/types.rb', line 6831 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.
6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 |
# File 'lib/aws-sdk-omics/types.rb', line 6831 class UpdateVariantStoreResponse < Struct.new( :id, :reference, :status, :name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The store’s status.
6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 |
# File 'lib/aws-sdk-omics/types.rb', line 6831 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.
6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 |
# File 'lib/aws-sdk-omics/types.rb', line 6831 class UpdateVariantStoreResponse < Struct.new( :id, :reference, :status, :name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |