Class: Aws::ServiceCatalog::Types::UpdatePortfolioOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::UpdatePortfolioOutput
- 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.
6657 6658 6659 6660 6661 6662 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6657 class UpdatePortfolioOutput < Struct.new( :portfolio_detail, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Information about the tags associated with the portfolio.
6657 6658 6659 6660 6661 6662 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6657 class UpdatePortfolioOutput < Struct.new( :portfolio_detail, :tags) SENSITIVE = [] include Aws::Structure end |