ListPortfolioAccessOutput
public struct ListPortfolioAccessOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Information about the AWS accounts with access to the portfolio.
Declaration
Swift
public let accountIds: [String]? -
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
Declaration
Swift
public let nextPageToken: String? -
Undocumented
Declaration
Swift
public init(accountIds: [String]? = nil, nextPageToken: String? = nil)
View on GitHub
ListPortfolioAccessOutput Structure Reference