Module: Aws::Omics::Client::_CreateAnnotationStoreVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateAnnotationStoreVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #id ⇒ ::String
- #name ⇒ ::String
- #status ⇒ "CREATING", ...
- #store_id ⇒ ::String
- #version_name ⇒ ::String
- #version_options ⇒ Types::VersionOptions
Instance Method Details
#creation_time ⇒ ::Time
208 |
# File 'sig/client.rbs', line 208
def creation_time: () -> ::Time
|
#id ⇒ ::String
202 |
# File 'sig/client.rbs', line 202
def id: () -> ::String
|
#name ⇒ ::String
206 |
# File 'sig/client.rbs', line 206
def name: () -> ::String
|
#status ⇒ "CREATING", ...
207 |
# File 'sig/client.rbs', line 207
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "FAILED")
|
#store_id ⇒ ::String
204 |
# File 'sig/client.rbs', line 204
def store_id: () -> ::String
|
#version_name ⇒ ::String
203 |
# File 'sig/client.rbs', line 203
def version_name: () -> ::String
|
#version_options ⇒ Types::VersionOptions
205 |
# File 'sig/client.rbs', line 205
def version_options: () -> Types::VersionOptions
|