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.
852 853 854 855 856 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 852 class CreatePortfolioShareOutput < Struct.new( :portfolio_share_token) SENSITIVE = [] include Aws::Structure end |