Module: Aws::Omics::Client::_UpdateAnnotationStoreResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateAnnotationStoreResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #reference ⇒ Types::ReferenceItem
- #status ⇒ "CREATING", ...
- #store_format ⇒ "GFF", ...
- #store_options ⇒ Types::StoreOptions
- #update_time ⇒ ::Time
Instance Method Details
#creation_time ⇒ ::Time
1884 |
# File 'sig/client.rbs', line 1884
def creation_time: () -> ::Time
|
#description ⇒ ::String
1883 |
# File 'sig/client.rbs', line 1883
def description: () -> ::String
|
#id ⇒ ::String
1879 |
# File 'sig/client.rbs', line 1879
def id: () -> ::String
|
#name ⇒ ::String
1882 |
# File 'sig/client.rbs', line 1882
def name: () -> ::String
|
#reference ⇒ Types::ReferenceItem
1880 |
# File 'sig/client.rbs', line 1880
def reference: () -> Types::ReferenceItem
|
#status ⇒ "CREATING", ...
1881 |
# File 'sig/client.rbs', line 1881
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "FAILED")
|
#store_format ⇒ "GFF", ...
1887 |
# File 'sig/client.rbs', line 1887
def store_format: () -> ("GFF" | "TSV" | "VCF")
|
#store_options ⇒ Types::StoreOptions
1886 |
# File 'sig/client.rbs', line 1886
def store_options: () -> Types::StoreOptions
|
#update_time ⇒ ::Time
1885 |
# File 'sig/client.rbs', line 1885
def update_time: () -> ::Time
|