Class: Aws::ServiceCatalog::Types::DeletePortfolioShareOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicecatalog/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#portfolio_share_tokenString

The portfolio share unique identifier. This will only be returned if delete is made to an organization node.

Returns:

  • (String)


1396
1397
1398
1399
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1396

class DeletePortfolioShareOutput < Struct.new(
  :portfolio_share_token)
  include Aws::Structure
end