Module: Aws::MWAAServerless::Client::_CreateWorkflowResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateWorkflowResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #is_latest_version ⇒ Boolean
- #revision_id ⇒ ::String
- #warnings ⇒ ::Array[::String]
- #workflow_arn ⇒ ::String
- #workflow_status ⇒ "READY", "DELETING"
- #workflow_version ⇒ ::String
Instance Method Details
#created_at ⇒ ::Time
85 |
# File 'sig/client.rbs', line 85
def created_at: () -> ::Time
|
#is_latest_version ⇒ Boolean
89 |
# File 'sig/client.rbs', line 89
def is_latest_version: () -> bool
|
#revision_id ⇒ ::String
86 |
# File 'sig/client.rbs', line 86
def revision_id: () -> ::String
|
#warnings ⇒ ::Array[::String]
90 |
# File 'sig/client.rbs', line 90
def warnings: () -> ::Array[::String]
|
#workflow_arn ⇒ ::String
84 |
# File 'sig/client.rbs', line 84
def workflow_arn: () -> ::String
|
#workflow_status ⇒ "READY", "DELETING"
87 |
# File 'sig/client.rbs', line 87
def workflow_status: () -> ("READY" | "DELETING")
|
#workflow_version ⇒ ::String
88 |
# File 'sig/client.rbs', line 88
def workflow_version: () -> ::String
|