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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#portfolio_share_tokenString

The portfolio shares a unique identifier that only returns if the portfolio is shared to an organization node.

Returns:

  • (String)


868
869
870
871
872
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 868

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