Method: Aws::SWF::Types::DecisionTaskStartedEventAttributes#identity

Defined in:
lib/aws-sdk-swf/types.rb

#identityString

Identity of the decider making the request. This enables diagnostic tracing when problems arise. The form of this identity is user defined.

Returns:

  • (String)


1736
1737
1738
1739
1740
1741
# File 'lib/aws-sdk-swf/types.rb', line 1736

class DecisionTaskStartedEventAttributes < Struct.new(
  :identity,
  :scheduled_event_id)
  SENSITIVE = []
  include Aws::Structure
end