Class: Aws::Types::ResumeWorkflowRunResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#node_ids::Array[::String]

Returns the value of attribute node_ids.

Returns:

  • (::Array[::String])


6430
6431
6432
# File 'sig/types.rbs', line 6430

def node_ids
  @node_ids
end

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


6429
6430
6431
# File 'sig/types.rbs', line 6429

def run_id
  @run_id
end