SendMessageResponse
public struct SendMessageResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The time when the message 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?
-
The ID of the message.
Declaration
Swift
public let id: String?
-
Undocumented
Declaration
Swift
public init(absoluteTime: String? = nil, id: String? = nil)