ListListenersResponse
public struct ListListenersResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of listeners for an accelerator.
Declaration
Swift
public let listeners: [Listener]?
-
The token for the next set of results. You receive this token from a previous call.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(listeners: [Listener]? = nil, nextToken: String? = nil)