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
1888 |
# File 'sig/client.rbs', line 1888
def creation_time: () -> ::Time
|
#description ⇒ ::String
1887 |
# File 'sig/client.rbs', line 1887
def description: () -> ::String
|
#id ⇒ ::String
1883 |
# File 'sig/client.rbs', line 1883
def id: () -> ::String
|
#name ⇒ ::String
1886 |
# File 'sig/client.rbs', line 1886
def name: () -> ::String
|
#reference ⇒ Types::ReferenceItem
1884 |
# File 'sig/client.rbs', line 1884
def reference: () -> Types::ReferenceItem
|
#status ⇒ "CREATING", ...
1885 |
# File 'sig/client.rbs', line 1885
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "FAILED")
|
#store_format ⇒ "GFF", ...
1891 |
# File 'sig/client.rbs', line 1891
def store_format: () -> ("GFF" | "TSV" | "VCF")
|
#store_options ⇒ Types::StoreOptions
1890 |
# File 'sig/client.rbs', line 1890
def store_options: () -> Types::StoreOptions
|
#update_time ⇒ ::Time
1889 |
# File 'sig/client.rbs', line 1889
def update_time: () -> ::Time
|