Class: Aws::SWF::Types::DeleteWorkflowTypeInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::DeleteWorkflowTypeInput
- 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 delete.
Instance Attribute Details
#domain ⇒ String
The name of the domain in which the workflow type is registered.
1819 1820 1821 1822 1823 1824 |
# File 'lib/aws-sdk-swf/types.rb', line 1819 class DeleteWorkflowTypeInput < Struct.new( :domain, :workflow_type) SENSITIVE = [] include Aws::Structure end |
#workflow_type ⇒ Types::WorkflowType
The workflow type to delete.
1819 1820 1821 1822 1823 1824 |
# File 'lib/aws-sdk-swf/types.rb', line 1819 class DeleteWorkflowTypeInput < Struct.new( :domain, :workflow_type) SENSITIVE = [] include Aws::Structure end |