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)


7350
7351
7352
# File 'sig/types.rbs', line 7350

def name
  @name
end

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

Returns the value of attribute run_properties.

Returns:

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


7351
7352
7353
# File 'sig/types.rbs', line 7351

def run_properties
  @run_properties
end