Module: Aws::Omics::Client::_CreateVariantStoreResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateVariantStoreResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #id ⇒ ::String
- #name ⇒ ::String
- #reference ⇒ Types::ReferenceItem
- #status ⇒ "CREATING", ...
Instance Method Details
#creation_time ⇒ ::Time
396 |
# File 'sig/client.rbs', line 396
def creation_time: () -> ::Time
|
#id ⇒ ::String
392 |
# File 'sig/client.rbs', line 392
def id: () -> ::String
|
#name ⇒ ::String
395 |
# File 'sig/client.rbs', line 395
def name: () -> ::String
|
#reference ⇒ Types::ReferenceItem
393 |
# File 'sig/client.rbs', line 393
def reference: () -> Types::ReferenceItem
|
#status ⇒ "CREATING", ...
394 |
# File 'sig/client.rbs', line 394
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "FAILED")
|