Class: Aws::ServiceCatalog::Types::CreatePortfolioShareOutput

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 portfolio is shared to an organization node.

Returns:

  • (String)


799
800
801
802
# File 'lib/aws-sdk-servicecatalog/types.rb', line 799

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