Class: Aws::SWF::Types::Run

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb

Overview

Specifies the runId of a workflow execution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#run_idString

The runId of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.

Returns:

  • (String)


4210
4211
4212
4213
4214
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 4210

class Run < Struct.new(
  :run_id)
  SENSITIVE = []
  include Aws::Structure
end