Class: Aws::Types::StartWorkflowRunResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


286
287
288
# File 'sig/types.rbs', line 286

def run_id
  @run_id
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


288
289
290
# File 'sig/types.rbs', line 288

def started_at
  @started_at
end

#status"STARTING", ...

Returns the value of attribute status.

Returns:

  • ("STARTING", "QUEUED", "RUNNING", "SUCCESS", "FAILED", "TIMEOUT", "STOPPING", "STOPPED")


287
288
289
# File 'sig/types.rbs', line 287

def status
  @status
end