ListEventBusesResponse
public struct ListEventBusesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
This list of event buses.
Declaration
Swift
public let eventBuses: [EventBus]? -
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(eventBuses: [EventBus]? = nil, nextToken: String? = nil)
View on GitHub
ListEventBusesResponse Structure Reference