Module: Aws::NovaAct::Client::_GetWorkflowRunResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetWorkflowRunResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #ended_at ⇒ ::Time
- #log_group_name ⇒ ::String
- #model_id ⇒ ::String
- #started_at ⇒ ::Time
- #status ⇒ "RUNNING", ...
- #workflow_run_arn ⇒ ::String
- #workflow_run_id ⇒ ::String
Instance Method Details
#ended_at ⇒ ::Time
194 |
# File 'sig/client.rbs', line 194
def ended_at: () -> ::Time
|
#log_group_name ⇒ ::String
196 |
# File 'sig/client.rbs', line 196
def log_group_name: () -> ::String
|
#model_id ⇒ ::String
195 |
# File 'sig/client.rbs', line 195
def model_id: () -> ::String
|
#started_at ⇒ ::Time
193 |
# File 'sig/client.rbs', line 193
def started_at: () -> ::Time
|
#status ⇒ "RUNNING", ...
192 |
# File 'sig/client.rbs', line 192
def status: () -> ("RUNNING" | "SUCCEEDED" | "FAILED" | "TIMED_OUT" | "DELETING")
|
#workflow_run_arn ⇒ ::String
190 |
# File 'sig/client.rbs', line 190
def workflow_run_arn: () -> ::String
|
#workflow_run_id ⇒ ::String
191 |
# File 'sig/client.rbs', line 191
def workflow_run_id: () -> ::String
|