SendEventResponse

public struct SendEventResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The time when the event was sent. It’s specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.

    Declaration

    Swift

    public let absoluteTime: String?
  • id

    The ID of the response.

    Declaration

    Swift

    public let id: String?
  • Undocumented

    Declaration

    Swift

    public init(absoluteTime: String? = nil, id: String? = nil)