ListPrincipalsForPortfolioOutput

public struct ListPrincipalsForPortfolioOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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?
  • The IAM principals (users or roles) associated with the portfolio.

    Declaration

    Swift

    public let principals: [Principal]?
  • Undocumented

    Declaration

    Swift

    public init(nextPageToken: String? = nil, principals: [Principal]? = nil)