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

Class: Aws::SWF::Types::ActivityTypeDetail

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

Overview

Detailed information about an activity type.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::ActivityTypeConfiguration

The configuration settings registered with the activity type.

Returns:

#type_infoTypes::ActivityTypeInfo

General information about the activity type.

The status of activity type (returned in the ActivityTypeInfo structure) can be one of the following.

  • REGISTERED – The type is registered and available. Workers supporting this type should be running.

  • DEPRECATED – The type was deprecated using DeprecateActivityType, but is still in use. You should keep workers supporting this type running. You cannot create new tasks of this type.

Returns: