TaskStartedEventDetails

public struct TaskStartedEventDetails : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The service name of the resource in a task state.

    Declaration

    Swift

    public let resource: String
  • The action of the resource called by a task state.

    Declaration

    Swift

    public let resourceType: String
  • Undocumented

    Declaration

    Swift

    public init(resource: String, resourceType: String)