Module: Aws::Omics::Client::_CreateWorkflowResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateWorkflowResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #id ⇒ ::String
- #status ⇒ "CREATING", ...
- #tags ⇒ ::Hash[::String, ::String]
- #uuid ⇒ ::String
Instance Method Details
#arn ⇒ ::String
415 |
# File 'sig/client.rbs', line 415
def arn: () -> ::String
|
#id ⇒ ::String
416 |
# File 'sig/client.rbs', line 416
def id: () -> ::String
|
#status ⇒ "CREATING", ...
417 |
# File 'sig/client.rbs', line 417
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETED" | "FAILED" | "INACTIVE")
|
#tags ⇒ ::Hash[::String, ::String]
418 |
# File 'sig/client.rbs', line 418
def tags: () -> ::Hash[::String, ::String]
|
#uuid ⇒ ::String
419 |
# File 'sig/client.rbs', line 419
def uuid: () -> ::String
|