UpdatePortfolioOutput
public struct UpdatePortfolioOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the portfolio.
Declaration
Swift
public let portfolioDetail: PortfolioDetail?
-
Information about the tags associated with the portfolio.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(portfolioDetail: PortfolioDetail? = nil, tags: [Tag]? = nil)