Module: Aws::Omics::Client::_CreateWorkflowVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateWorkflowVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #status ⇒ "CREATING", ...
- #tags ⇒ ::Hash[::String, ::String]
- #uuid ⇒ ::String
- #version_name ⇒ ::String
- #workflow_id ⇒ ::String
Instance Method Details
#arn ⇒ ::String
451 |
# File 'sig/client.rbs', line 451
def arn: () -> ::String
|
#status ⇒ "CREATING", ...
454 |
# File 'sig/client.rbs', line 454
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETED" | "FAILED" | "INACTIVE")
|
#tags ⇒ ::Hash[::String, ::String]
455 |
# File 'sig/client.rbs', line 455
def tags: () -> ::Hash[::String, ::String]
|
#uuid ⇒ ::String
456 |
# File 'sig/client.rbs', line 456
def uuid: () -> ::String
|
#version_name ⇒ ::String
453 |
# File 'sig/client.rbs', line 453
def version_name: () -> ::String
|
#workflow_id ⇒ ::String
452 |
# File 'sig/client.rbs', line 452
def workflow_id: () -> ::String
|