Module: Aws::Omics::Client::_CreateAnnotationStoreResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateAnnotationStoreResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #id ⇒ ::String
- #name ⇒ ::String
- #reference ⇒ Types::ReferenceItem
- #status ⇒ "CREATING", ...
- #store_format ⇒ "GFF", ...
- #store_options ⇒ Types::StoreOptions
- #version_name ⇒ ::String
Instance Method Details
#creation_time ⇒ ::Time
172 |
# File 'sig/client.rbs', line 172
def creation_time: () -> ::Time
|
#id ⇒ ::String
165 |
# File 'sig/client.rbs', line 165
def id: () -> ::String
|
#name ⇒ ::String
170 |
# File 'sig/client.rbs', line 170
def name: () -> ::String
|
#reference ⇒ Types::ReferenceItem
166 |
# File 'sig/client.rbs', line 166
def reference: () -> Types::ReferenceItem
|
#status ⇒ "CREATING", ...
169 |
# File 'sig/client.rbs', line 169
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "FAILED")
|
#store_format ⇒ "GFF", ...
167 |
# File 'sig/client.rbs', line 167
def store_format: () -> ("GFF" | "TSV" | "VCF")
|
#store_options ⇒ Types::StoreOptions
168 |
# File 'sig/client.rbs', line 168
def store_options: () -> Types::StoreOptions
|
#version_name ⇒ ::String
171 |
# File 'sig/client.rbs', line 171
def version_name: () -> ::String
|