Class: Aws::SWF::Types::DescribeWorkflowExecutionInput

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domainString

The name of the domain containing the workflow execution.

Returns:

  • (String)


1871
1872
1873
1874
1875
1876
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 1871

class DescribeWorkflowExecutionInput < Struct.new(
  :domain,
  :execution)
  SENSITIVE = []
  include Aws::Structure
end

#executionTypes::WorkflowExecution

The workflow execution to describe.



1871
1872
1873
1874
1875
1876
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 1871

class DescribeWorkflowExecutionInput < Struct.new(
  :domain,
  :execution)
  SENSITIVE = []
  include Aws::Structure
end