class Aws::SWF::Types::UndeprecateWorkflowTypeInput

@note When making an API call, you may pass UndeprecateWorkflowTypeInput

data as a hash:

    {
      domain: "DomainName", # required
      workflow_type: { # required
        name: "Name", # required
        version: "Version", # required
      },
    }

@!attribute [rw] domain

The name of the domain of the deprecated workflow type.
@return [String]

@!attribute [rw] workflow_type

The name of the domain of the deprecated workflow type.
@return [Types::WorkflowType]

Constants

SENSITIVE