class Aws::SWF::Types::WorkflowType

Represents a workflow type.

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

data as a hash:

    {
      name: "Name", # required
      version: "Version", # required
    }

@!attribute [rw] name

The name of the workflow type.

<note markdown="1"> The combination of workflow type name and version must be unique
with in a domain.

 </note>
@return [String]

@!attribute [rw] version

The version of the workflow type.

<note markdown="1"> The combination of workflow type name and version must be unique
with in a domain.

 </note>
@return [String]

Constants

SENSITIVE