You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SWF::Types::DeprecateActivityTypeInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeprecateActivityTypeInput as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#activity_typeTypes::ActivityType

The activity type to deprecate.

Returns:

#domainString

The name of the domain in which the activity type is registered.

Returns:

  • (String)

    The name of the domain in which the activity type is registered.