class Aws::SWF::Types::DeprecateActivityTypeInput

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

data as a hash:

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

@!attribute [rw] domain

The name of the domain in which the activity type is registered.
@return [String]

@!attribute [rw] activity_type

The activity type to deprecate.
@return [Types::ActivityType]

Constants

SENSITIVE