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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#portfolio_detailTypes::PortfolioDetail

Information about the portfolio.



1721
1722
1723
1724
1725
1726
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1721

class DescribePortfolioOutput < Struct.new(
  :portfolio_detail,
  :tags,
  :tag_options)
  include Aws::Structure
end

#tag_optionsArray<Types::TagOptionDetail>

Information about the TagOptions associated with the portfolio.

Returns:



1721
1722
1723
1724
1725
1726
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1721

class DescribePortfolioOutput < Struct.new(
  :portfolio_detail,
  :tags,
  :tag_options)
  include Aws::Structure
end

#tagsArray<Types::Tag>

Information about the tags associated with the portfolio.

Returns:



1721
1722
1723
1724
1725
1726
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1721

class DescribePortfolioOutput < Struct.new(
  :portfolio_detail,
  :tags,
  :tag_options)
  include Aws::Structure
end