AWS SDK for .NET Documentation
ActivityTypeDetail Class
AmazonAmazon.SimpleWorkflow.ModelActivityTypeDetail Did this page help you?   Yes   No    Tell us about it...

Detailed information about an activity type.

Declaration Syntax
C#
public class ActivityTypeDetail
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ActivityTypeDetail()()()()
Initializes a new instance of the ActivityTypeDetail class

Configuration
The configuration settings registered with the activity type.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
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.

WithConfiguration(ActivityTypeConfiguration) Obsolete.
Sets the Configuration property

WithTypeInfo(ActivityTypeInfo) Obsolete.
Sets the TypeInfo property

Inheritance Hierarchy
Object
ActivityTypeDetail

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)