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.
8087 8088 8089 8090 8091 8092 8093 8094 8095 8096 8097 |
# File 'lib/aws-sdk-omics/types.rb', line 8087 class UpdateVariantStoreResponse < Struct.new( :id, :reference, :status, :name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The store’s description.
8087 8088 8089 8090 8091 8092 8093 8094 8095 8096 8097 |
# File 'lib/aws-sdk-omics/types.rb', line 8087 class UpdateVariantStoreResponse < Struct.new( :id, :reference, :status, :name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The store’s ID.
8087 8088 8089 8090 8091 8092 8093 8094 8095 8096 8097 |
# File 'lib/aws-sdk-omics/types.rb', line 8087 class UpdateVariantStoreResponse < Struct.new( :id, :reference, :status, :name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The store’s name.
8087 8088 8089 8090 8091 8092 8093 8094 8095 8096 8097 |
# File 'lib/aws-sdk-omics/types.rb', line 8087 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.
8087 8088 8089 8090 8091 8092 8093 8094 8095 8096 8097 |
# File 'lib/aws-sdk-omics/types.rb', line 8087 class UpdateVariantStoreResponse < Struct.new( :id, :reference, :status, :name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The store’s status.
8087 8088 8089 8090 8091 8092 8093 8094 8095 8096 8097 |
# File 'lib/aws-sdk-omics/types.rb', line 8087 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.
8087 8088 8089 8090 8091 8092 8093 8094 8095 8096 8097 |
# File 'lib/aws-sdk-omics/types.rb', line 8087 class UpdateVariantStoreResponse < Struct.new( :id, :reference, :status, :name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |