CreateListenerResponse
public struct CreateListenerResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The listener that you’ve created.
Declaration
Swift
public let listener: Listener? -
Undocumented
Declaration
Swift
public init(listener: Listener? = nil)
View on GitHub
CreateListenerResponse Structure Reference