Class: Aws::ServiceCatalog::Types::DeletePortfolioShareOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::DeletePortfolioShareOutput
- 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 share unique identifier.
Instance Attribute Details
#portfolio_share_token ⇒ String
The portfolio share unique identifier. This will only be returned if delete is made to an organization node.
1377 1378 1379 1380 1381 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1377 class DeletePortfolioShareOutput < Struct.new( :portfolio_share_token) SENSITIVE = [] include Aws::Structure end |