class Aws::SWF::Types::ActivityType

Represents an activity type.

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

data as a hash:

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

@!attribute [rw] name

The name of this activity.

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

 </note>
@return [String]

@!attribute [rw] version

The version of this activity.

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

 </note>
@return [String]

Constants

SENSITIVE