Class: Aws::ServiceCatalog::Types::CreatePortfolioShareOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::CreatePortfolioShareOutput
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#portfolio_share_token ⇒ String
The portfolio shares a unique identifier that only returns if the portfolio is shared to an organization node.
Instance Attribute Details
#portfolio_share_token ⇒ String
The portfolio shares a unique identifier that only returns if the portfolio is shared to an organization node.
818 819 820 821 822 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 818 class CreatePortfolioShareOutput < Struct.new( :portfolio_share_token) SENSITIVE = [] include Aws::Structure end |