Class: Aws::ServiceCatalog::Types::DescribePortfolioOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::DescribePortfolioOutput
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#budgets ⇒ Array<Types::BudgetDetail>
Information about the associated budgets.
-
#portfolio_detail ⇒ Types::PortfolioDetail
Information about the portfolio.
-
#tag_options ⇒ Array<Types::TagOptionDetail>
Information about the TagOptions associated with the portfolio.
-
#tags ⇒ Array<Types::Tag>
Information about the tags associated with the portfolio.
Instance Attribute Details
#budgets ⇒ Array<Types::BudgetDetail>
Information about the associated budgets.
1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1616 class DescribePortfolioOutput < Struct.new( :portfolio_detail, :tags, :tag_options, :budgets) SENSITIVE = [] include Aws::Structure end |
#portfolio_detail ⇒ Types::PortfolioDetail
Information about the portfolio.
1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1616 class DescribePortfolioOutput < Struct.new( :portfolio_detail, :tags, :tag_options, :budgets) SENSITIVE = [] include Aws::Structure end |
#tag_options ⇒ Array<Types::TagOptionDetail>
Information about the TagOptions associated with the portfolio.
1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1616 class DescribePortfolioOutput < Struct.new( :portfolio_detail, :tags, :tag_options, :budgets) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Information about the tags associated with the portfolio.
1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1616 class DescribePortfolioOutput < Struct.new( :portfolio_detail, :tags, :tag_options, :budgets) SENSITIVE = [] include Aws::Structure end |