Class: Aws::SWF::Types::DeprecateWorkflowTypeInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::DeprecateWorkflowTypeInput
- 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 the workflow type is registered.
-
#workflow_type ⇒ Types::WorkflowType
The workflow type to deprecate.
Instance Attribute Details
#domain ⇒ String
The name of the domain in which the workflow type is registered.
1859 1860 1861 1862 1863 1864 |
# File 'lib/aws-sdk-swf/types.rb', line 1859 class DeprecateWorkflowTypeInput < Struct.new( :domain, :workflow_type) SENSITIVE = [] include Aws::Structure end |
#workflow_type ⇒ Types::WorkflowType
The workflow type to deprecate.
1859 1860 1861 1862 1863 1864 |
# File 'lib/aws-sdk-swf/types.rb', line 1859 class DeprecateWorkflowTypeInput < Struct.new( :domain, :workflow_type) SENSITIVE = [] include Aws::Structure end |