Class: Aws::ServiceCatalog::Types::CreatePortfolioOutput

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.



736
737
738
739
740
# File 'lib/aws-sdk-servicecatalog/types.rb', line 736

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

#tagsArray<Types::Tag>

Information about the tags associated with the portfolio.

Returns:



736
737
738
739
740
# File 'lib/aws-sdk-servicecatalog/types.rb', line 736

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