class Aws::SWF::Types::UndeprecateActivityTypeInput
@note When making an API call, you may pass UndeprecateActivityTypeInput
data as a hash: { domain: "DomainName", # required activity_type: { # required name: "Name", # required version: "Version", # required }, }
@!attribute [rw] domain
The name of the domain of the deprecated activity type. @return [String]
@!attribute [rw] activity_type
The activity type to undeprecate. @return [Types::ActivityType]
Constants
- SENSITIVE