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