Class: Aws::ServiceCatalog::Types::UpdatePortfolioOutput

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.



5859
5860
5861
5862
5863
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5859

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

#tagsArray<Types::Tag>

Information about the tags associated with the portfolio.

Returns:



5859
5860
5861
5862
5863
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5859

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