ListEventSourcesResponse
public struct ListEventSourcesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of event sources.
Declaration
Swift
public let eventSources: [EventSource]?
-
A token you can use in a subsequent operation to retrieve the next set of results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(eventSources: [EventSource]? = nil, nextToken: String? = nil)