Class: Aws::SWF::Types::DescribeWorkflowExecutionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::DescribeWorkflowExecutionInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-swf/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain ⇒ String
The name of the domain containing the workflow execution.
-
#execution ⇒ Types::WorkflowExecution
The workflow execution to describe.
Instance Attribute Details
#domain ⇒ String
The name of the domain containing the workflow execution.
1901 1902 1903 1904 1905 1906 |
# File 'lib/aws-sdk-swf/types.rb', line 1901 class DescribeWorkflowExecutionInput < Struct.new( :domain, :execution) SENSITIVE = [] include Aws::Structure end |
#execution ⇒ Types::WorkflowExecution
The workflow execution to describe.
1901 1902 1903 1904 1905 1906 |
# File 'lib/aws-sdk-swf/types.rb', line 1901 class DescribeWorkflowExecutionInput < Struct.new( :domain, :execution) SENSITIVE = [] include Aws::Structure end |