Class: Aws::SWF::Types::DescribeWorkflowTypeInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::DescribeWorkflowTypeInput
- 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 in which this workflow type is registered.
-
#workflow_type ⇒ Types::WorkflowType
The workflow type to describe.
Instance Attribute Details
#domain ⇒ String
The name of the domain in which this workflow type is registered.
1916 1917 1918 1919 1920 1921 |
# File 'lib/aws-sdk-swf/types.rb', line 1916 class DescribeWorkflowTypeInput < Struct.new( :domain, :workflow_type) SENSITIVE = [] include Aws::Structure end |
#workflow_type ⇒ Types::WorkflowType
The workflow type to describe.
1916 1917 1918 1919 1920 1921 |
# File 'lib/aws-sdk-swf/types.rb', line 1916 class DescribeWorkflowTypeInput < Struct.new( :domain, :workflow_type) SENSITIVE = [] include Aws::Structure end |