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
1908 |
# File 'sig/client.rbs', line 1908 def creation_time: () -> ::Time |
#description ⇒ ::String
1907 |
# File 'sig/client.rbs', line 1907 def description: () -> ::String |
#id ⇒ ::String
1903 |
# File 'sig/client.rbs', line 1903 def id: () -> ::String |
#name ⇒ ::String
1905 |
# File 'sig/client.rbs', line 1905 def name: () -> ::String |
#status ⇒ "CREATING", ...
1904 |
# File 'sig/client.rbs', line 1904 def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "FAILED") |
#store_id ⇒ ::String
1902 |
# File 'sig/client.rbs', line 1902 def store_id: () -> ::String |
#update_time ⇒ ::Time
1909 |
# File 'sig/client.rbs', line 1909 def update_time: () -> ::Time |
#version_name ⇒ ::String
1906 |
# File 'sig/client.rbs', line 1906 def version_name: () -> ::String |