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

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 shares a unique identifier that only returns if the portfolio is shared to an organization node.

Returns:

  • (String)


818
819
820
821
822
# File 'lib/aws-sdk-servicecatalog/types.rb', line 818

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