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

Provides details of the DecisionTaskStarted event.

Declaration Syntax
C#
public class DecisionTaskStartedEventAttributes
Members
All MembersConstructorsMethodsProperties



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

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.)
Identity
Identity of the decider making the request. This enables diagnostic tracing when problems arise. The form of this identity is user defined.

Constraints:

Length
0 - 256


ScheduledEventId
The id of the DecisionTaskScheduled event that was recorded when this decision task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithIdentity(String) Obsolete.
Sets the Identity property

WithScheduledEventId(Int64) Obsolete.
Sets the ScheduledEventId property

Inheritance Hierarchy
Object
DecisionTaskStartedEventAttributes

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