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)


7281
7282
7283
# File 'sig/types.rbs', line 7281

def name
  @name
end

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

Returns the value of attribute run_properties.

Returns:

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


7282
7283
7284
# File 'sig/types.rbs', line 7282

def run_properties
  @run_properties
end