Class: Aws::Types::ResumeWorkflowRunRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6385
6386
6387
# File 'sig/types.rbs', line 6385

def name
  @name
end

#node_ids::Array[::String]

Returns the value of attribute node_ids.

Returns:

  • (::Array[::String])


6387
6388
6389
# File 'sig/types.rbs', line 6387

def node_ids
  @node_ids
end

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


6386
6387
6388
# File 'sig/types.rbs', line 6386

def run_id
  @run_id
end