Class: Aws::Types::StartWorkflowRunRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:override_parameters])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


279
280
281
# File 'sig/types.rbs', line 279

def client_token
  @client_token
end

#override_parameters::Hash[::String, untyped]

Returns the value of attribute override_parameters.

Returns:

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


280
281
282
# File 'sig/types.rbs', line 280

def override_parameters
  @override_parameters
end

#workflow_arn::String

Returns the value of attribute workflow_arn.

Returns:

  • (::String)


278
279
280
# File 'sig/types.rbs', line 278

def workflow_arn
  @workflow_arn
end

#workflow_version::String

Returns the value of attribute workflow_version.

Returns:

  • (::String)


281
282
283
# File 'sig/types.rbs', line 281

def workflow_version
  @workflow_version
end