DeleteEventRequest

public struct DeleteEventRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the event to delete.

    Declaration

    Swift

    public let eventId: String
  • The name of the event type.

    Declaration

    Swift

    public let eventTypeName: String
  • Undocumented

    Declaration

    Swift

    public init(eventId: String, eventTypeName: String)