ListPartnerEventSourceAccountsRequest
public struct ListPartnerEventSourceAccountsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the partner event source to display account information about.
Declaration
Swift
public let eventSourceName: String -
Specifying 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? -
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(eventSourceName: String, limit: Int? = nil, nextToken: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ListPartnerEventSourceAccountsRequest Structure Reference