Module: Aws::Omics::Client::_UpdateAnnotationStoreVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateAnnotationStoreVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #status ⇒ "CREATING", ...
- #store_id ⇒ ::String
- #update_time ⇒ ::Time
- #version_name ⇒ ::String
Instance Method Details
#creation_time ⇒ ::Time
1904 |
# File 'sig/client.rbs', line 1904
def creation_time: () -> ::Time
|
#description ⇒ ::String
1903 |
# File 'sig/client.rbs', line 1903
def description: () -> ::String
|
#id ⇒ ::String
1899 |
# File 'sig/client.rbs', line 1899
def id: () -> ::String
|
#name ⇒ ::String
1901 |
# File 'sig/client.rbs', line 1901
def name: () -> ::String
|
#status ⇒ "CREATING", ...
1900 |
# File 'sig/client.rbs', line 1900
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "FAILED")
|
#store_id ⇒ ::String
1898 |
# File 'sig/client.rbs', line 1898
def store_id: () -> ::String
|
#update_time ⇒ ::Time
1905 |
# File 'sig/client.rbs', line 1905
def update_time: () -> ::Time
|
#version_name ⇒ ::String
1902 |
# File 'sig/client.rbs', line 1902
def version_name: () -> ::String
|