ListPartnerEventSourcesRequest
public struct ListPartnerEventSourcesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
pecifying this limits the number of results returned by this operation. The operation also returns a NextToken which you can use in a subsequent operation to retrieve the next set of results.
Declaration
Swift
public let limit: Int? -
If you specify this, the results are limited to only those partner event sources that start with the string you specify.
Declaration
Swift
public let namePrefix: String -
The token returned by a previous call to this operation. Specifying this retrieves the next set of results.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(limit: Int? = nil, namePrefix: String, nextToken: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ListPartnerEventSourcesRequest Structure Reference