Module: Aws::MedicalImaging::Client::_UpdateImageSetMetadataResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateImageSetMetadataResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #datastore_id ⇒ ::String
- #image_set_id ⇒ ::String
- #image_set_state ⇒ "ACTIVE", ...
- #image_set_workflow_status ⇒ "CREATED", ...
- #latest_version_id ⇒ ::String
- #message ⇒ ::String
- #updated_at ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
373 |
# File 'sig/client.rbs', line 373
def created_at: () -> ::Time
|
#datastore_id ⇒ ::String
368 |
# File 'sig/client.rbs', line 368
def datastore_id: () -> ::String
|
#image_set_id ⇒ ::String
369 |
# File 'sig/client.rbs', line 369
def image_set_id: () -> ::String
|
#image_set_state ⇒ "ACTIVE", ...
371 |
# File 'sig/client.rbs', line 371
def image_set_state: () -> ("ACTIVE" | "LOCKED" | "DELETED")
|
#image_set_workflow_status ⇒ "CREATED", ...
372 |
# File 'sig/client.rbs', line 372
def image_set_workflow_status: () -> ("CREATED" | "COPIED" | "COPYING" | "COPYING_WITH_READ_ONLY_ACCESS" | "COPY_FAILED" | "UPDATING" | "UPDATING_FOR_STUDY_CONSISTENCY" | "UPDATED" | "UPDATE_FAILED" | "DELETING" | "DELETED" | "IMPORTING" | "IMPORTED" | "IMPORT_FAILED")
|
#latest_version_id ⇒ ::String
370 |
# File 'sig/client.rbs', line 370
def latest_version_id: () -> ::String
|
#message ⇒ ::String
375 |
# File 'sig/client.rbs', line 375
def message: () -> ::String
|
#updated_at ⇒ ::Time
374 |
# File 'sig/client.rbs', line 374
def updated_at: () -> ::Time
|