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

Detailed information about an activity type.

Declaration Syntax
C#
public class ActivityTypeInfo
Members
All MembersConstructorsMethodsProperties



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

ActivityType
The ActivityType type structure representing the activity type.

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

DeprecationDate
If DEPRECATED, the date and time DeprecateActivityType was called.

Description
The description of the activity type provided in RegisterActivityType.

Constraints:

Length
0 - 1024


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.)
Status
The current status of the activity type.

Constraints:

Allowed Values
REGISTERED, DEPRECATED


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithActivityType(ActivityType) Obsolete.
Sets the ActivityType property

WithCreationDate(DateTime) Obsolete.
Sets the CreationDate property

WithDeprecationDate(DateTime) Obsolete.
Sets the DeprecationDate property

WithDescription(String) Obsolete.
Sets the Description property

WithStatus(String) Obsolete.
Sets the Status property

Inheritance Hierarchy
Object
ActivityTypeInfo

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