Class: Aws::Types::WorkflowExecution

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)


1051
1052
1053
# File 'sig/types.rbs', line 1051

def run_id
  @run_id
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:

  • (::String)


1050
1051
1052
# File 'sig/types.rbs', line 1050

def workflow_id
  @workflow_id
end