Class: Aws::Types::GetWorkflowRunRequest

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)


142
143
144
# File 'sig/types.rbs', line 142

def run_id
  @run_id
end

#workflow_arn::String

Returns the value of attribute workflow_arn.

Returns:

  • (::String)


141
142
143
# File 'sig/types.rbs', line 141

def workflow_arn
  @workflow_arn
end