AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Detailed information about an activity type.

Inheritance Hierarchy

System.Object
  Amazon.SimpleWorkflow.Model.ActivityTypeDetail

Namespace: Amazon.SimpleWorkflow.Model
Assembly: AWSSDK.SimpleWorkflow.dll
Version: 3.x.y.z

Syntax

C#
public class ActivityTypeDetail

The ActivityTypeDetail type exposes the following members

Constructors

NameDescription
Public Method ActivityTypeDetail()

Properties

NameTypeDescription
Public Property Configuration Amazon.SimpleWorkflow.Model.ActivityTypeConfiguration

Gets and sets the property Configuration.

The configuration settings registered with the activity type.

Public Property TypeInfo Amazon.SimpleWorkflow.Model.ActivityTypeInfo

Gets and sets the property TypeInfo.

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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5