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.ActivityTypeInfo

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

Syntax

C#
public class ActivityTypeInfo

The ActivityTypeInfo type exposes the following members

Constructors

NameDescription
Public Method ActivityTypeInfo()

Properties

NameTypeDescription
Public Property ActivityType Amazon.SimpleWorkflow.Model.ActivityType

Gets and sets the property ActivityType.

The ActivityType type structure representing the activity type.

Public Property CreationDate System.DateTime

Gets and sets the property CreationDate.

The date and time this activity type was created through RegisterActivityType.

Public Property DeprecationDate System.DateTime

Gets and sets the property DeprecationDate.

If DEPRECATED, the date and time DeprecateActivityType was called.

Public Property Description System.String

Gets and sets the property Description.

The description of the activity type provided in RegisterActivityType.

Public Property Status Amazon.SimpleWorkflow.RegistrationStatus

Gets and sets the property Status.

The current status of the activity 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