ListAccountsResponse
public struct ListAccountsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A paginated response with the list of account information and the next token if more results are available.
Declaration
Swift
public let accountList: [AccountInfo]? -
The page token client that is used to retrieve the list of accounts.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(accountList: [AccountInfo]? = nil, nextToken: String? = nil)
View on GitHub
ListAccountsResponse Structure Reference