Module: Aws::Omics::Client::_CreateRunCacheResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateRunCacheResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#arn ⇒ ::String
307 |
# File 'sig/client.rbs', line 307
def arn: () -> ::String
|
#id ⇒ ::String
308 |
# File 'sig/client.rbs', line 308
def id: () -> ::String
|
#status ⇒ "ACTIVE", ...
309 |
# File 'sig/client.rbs', line 309
def status: () -> ("ACTIVE" | "DELETED" | "FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
310 |
# File 'sig/client.rbs', line 310
def tags: () -> ::Hash[::String, ::String]
|