Class: Aws::Omics::Types::CreateVariantStoreResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::CreateVariantStoreResponse
- 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.
-
#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.
Instance Attribute Details
#creation_time ⇒ Time
When the store was created.
1293 1294 1295 1296 1297 1298 1299 1300 1301 |
# File 'lib/aws-sdk-omics/types.rb', line 1293 class CreateVariantStoreResponse < Struct.new( :id, :reference, :status, :name, :creation_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The store’s ID.
1293 1294 1295 1296 1297 1298 1299 1300 1301 |
# File 'lib/aws-sdk-omics/types.rb', line 1293 class CreateVariantStoreResponse < Struct.new( :id, :reference, :status, :name, :creation_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The store’s name.
1293 1294 1295 1296 1297 1298 1299 1300 1301 |
# File 'lib/aws-sdk-omics/types.rb', line 1293 class CreateVariantStoreResponse < Struct.new( :id, :reference, :status, :name, :creation_time) SENSITIVE = [] include Aws::Structure end |
#reference ⇒ Types::ReferenceItem
The store’s genome reference.
1293 1294 1295 1296 1297 1298 1299 1300 1301 |
# File 'lib/aws-sdk-omics/types.rb', line 1293 class CreateVariantStoreResponse < Struct.new( :id, :reference, :status, :name, :creation_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The store’s status.
1293 1294 1295 1296 1297 1298 1299 1300 1301 |
# File 'lib/aws-sdk-omics/types.rb', line 1293 class CreateVariantStoreResponse < Struct.new( :id, :reference, :status, :name, :creation_time) SENSITIVE = [] include Aws::Structure end |