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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


1377
1378
1379
1380
1381
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1377

class DeletePortfolioShareOutput < Struct.new(
  :portfolio_share_token)
  SENSITIVE = []
  include Aws::Structure
end