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

#include_graphBoolean

Returns the value of attribute include_graph.

Returns:

  • (Boolean)


4377
4378
4379
# File 'sig/types.rbs', line 4377

def include_graph
  @include_graph
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4375
4376
4377
# File 'sig/types.rbs', line 4375

def name
  @name
end

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


4376
4377
4378
# File 'sig/types.rbs', line 4376

def run_id
  @run_id
end