Class: Aws::ServiceCatalog::Types::UpdatePortfolioOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::UpdatePortfolioOutput
- Defined in:
- gems/aws-sdk-servicecatalog/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.
6492 6493 6494 6495 6496 6497 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6492 class UpdatePortfolioOutput < Struct.new( :portfolio_detail, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Information about the tags associated with the portfolio.
6492 6493 6494 6495 6496 6497 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6492 class UpdatePortfolioOutput < Struct.new( :portfolio_detail, :tags) SENSITIVE = [] include Aws::Structure end |