Module: Aws::NovaAct::Client::_GetWorkflowRunResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetWorkflowRunResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#ended_at::Time

Returns:

  • (::Time)


194
# File 'sig/client.rbs', line 194

def ended_at: () -> ::Time

#log_group_name::String

Returns:

  • (::String)


196
# File 'sig/client.rbs', line 196

def log_group_name: () -> ::String

#model_id::String

Returns:

  • (::String)


195
# File 'sig/client.rbs', line 195

def model_id: () -> ::String

#started_at::Time

Returns:

  • (::Time)


193
# File 'sig/client.rbs', line 193

def started_at: () -> ::Time

#status"RUNNING", ...

Returns:

  • ("RUNNING", "SUCCEEDED", "FAILED", "TIMED_OUT", "DELETING")


192
# File 'sig/client.rbs', line 192

def status: () -> ("RUNNING" | "SUCCEEDED" | "FAILED" | "TIMED_OUT" | "DELETING")

#workflow_run_arn::String

Returns:

  • (::String)


190
# File 'sig/client.rbs', line 190

def workflow_run_arn: () -> ::String

#workflow_run_id::String

Returns:

  • (::String)


191
# File 'sig/client.rbs', line 191

def workflow_run_id: () -> ::String