Module: Aws::MedicalImaging::Client::_GetImageSetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetImageSetResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #datastore_id ⇒ ::String
- #deleted_at ⇒ ::Time
- #image_set_arn ⇒ ::String
- #image_set_id ⇒ ::String
- #image_set_state ⇒ "ACTIVE", ...
- #image_set_workflow_status ⇒ "CREATED", ...
- #is_primary ⇒ Boolean
- #last_accessed_at ⇒ ::Time
- #message ⇒ ::String
- #overrides ⇒ Types::Overrides
- #storage_tier ⇒ "FREQUENT_ACCESS", "ARCHIVE_INSTANT_ACCESS"
- #updated_at ⇒ ::Time
- #version_id ⇒ ::String
Instance Method Details
#created_at ⇒ ::Time
192 |
# File 'sig/client.rbs', line 192
def created_at: () -> ::Time
|
#datastore_id ⇒ ::String
187 |
# File 'sig/client.rbs', line 187
def datastore_id: () -> ::String
|
#deleted_at ⇒ ::Time
194 |
# File 'sig/client.rbs', line 194
def deleted_at: () -> ::Time
|
#image_set_arn ⇒ ::String
196 |
# File 'sig/client.rbs', line 196
def image_set_arn: () -> ::String
|
#image_set_id ⇒ ::String
188 |
# File 'sig/client.rbs', line 188
def image_set_id: () -> ::String
|
#image_set_state ⇒ "ACTIVE", ...
190 |
# File 'sig/client.rbs', line 190
def image_set_state: () -> ("ACTIVE" | "LOCKED" | "DELETED")
|
#image_set_workflow_status ⇒ "CREATED", ...
191 |
# File 'sig/client.rbs', line 191
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")
|
#is_primary ⇒ Boolean
198 |
# File 'sig/client.rbs', line 198
def is_primary: () -> bool
|
#last_accessed_at ⇒ ::Time
199 |
# File 'sig/client.rbs', line 199
def last_accessed_at: () -> ::Time
|
#message ⇒ ::String
195 |
# File 'sig/client.rbs', line 195
def message: () -> ::String
|
#overrides ⇒ Types::Overrides
197 |
# File 'sig/client.rbs', line 197
def overrides: () -> Types::Overrides
|
#storage_tier ⇒ "FREQUENT_ACCESS", "ARCHIVE_INSTANT_ACCESS"
200 |
# File 'sig/client.rbs', line 200
def storage_tier: () -> ("FREQUENT_ACCESS" | "ARCHIVE_INSTANT_ACCESS")
|
#updated_at ⇒ ::Time
193 |
# File 'sig/client.rbs', line 193
def updated_at: () -> ::Time
|
#version_id ⇒ ::String
189 |
# File 'sig/client.rbs', line 189
def version_id: () -> ::String
|