Class: Aws::ServiceCatalog::Types::CreatePortfolioOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::CreatePortfolioOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#portfolio_detail ⇒ Types::PortfolioDetail
Information about the portfolio.
-
#tags ⇒ Array<Types::Tag>
Information about the tags associated with the portfolio.
Instance Attribute Details
#portfolio_detail ⇒ Types::PortfolioDetail
Information about the portfolio.
792 793 794 795 796 797 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 792 class CreatePortfolioOutput < Struct.new( :portfolio_detail, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Information about the tags associated with the portfolio.
792 793 794 795 796 797 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 792 class CreatePortfolioOutput < Struct.new( :portfolio_detail, :tags) SENSITIVE = [] include Aws::Structure end |