Class: Aws::Types::StartWorkflowRunRequest

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)


7313
7314
7315
# File 'sig/types.rbs', line 7313

def name
  @name
end

#run_properties::Hash[::String, ::String]

Returns the value of attribute run_properties.

Returns:

  • (::Hash[::String, ::String])


7314
7315
7316
# File 'sig/types.rbs', line 7314

def run_properties
  @run_properties
end