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.
6619 6620 6621 6622 6623 6624 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6619 class UpdatePortfolioOutput < Struct.new( :portfolio_detail, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Information about the tags associated with the portfolio.
6619 6620 6621 6622 6623 6624 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6619 class UpdatePortfolioOutput < Struct.new( :portfolio_detail, :tags) SENSITIVE = [] include Aws::Structure end |