Class: Aws::ServiceCatalog::Types::DescribePortfolioOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#budgetsArray<Types::BudgetDetail>

Information about the associated budgets.

Returns:



1649
1650
1651
1652
1653
1654
1655
1656
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1649

class DescribePortfolioOutput < Struct.new(
  :portfolio_detail,
  :tags,
  :tag_options,
  :budgets)
  SENSITIVE = []
  include Aws::Structure
end

#portfolio_detailTypes::PortfolioDetail

Information about the portfolio.



1649
1650
1651
1652
1653
1654
1655
1656
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1649

class DescribePortfolioOutput < Struct.new(
  :portfolio_detail,
  :tags,
  :tag_options,
  :budgets)
  SENSITIVE = []
  include Aws::Structure
end

#tag_optionsArray<Types::TagOptionDetail>

Information about the TagOptions associated with the portfolio.

Returns:



1649
1650
1651
1652
1653
1654
1655
1656
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1649

class DescribePortfolioOutput < Struct.new(
  :portfolio_detail,
  :tags,
  :tag_options,
  :budgets)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Information about the tags associated with the portfolio.

Returns:



1649
1650
1651
1652
1653
1654
1655
1656
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1649

class DescribePortfolioOutput < Struct.new(
  :portfolio_detail,
  :tags,
  :tag_options,
  :budgets)
  SENSITIVE = []
  include Aws::Structure
end