Class: Aws::ServiceCatalog::Types::DescribePortfolioShareStatusInput

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 token for the portfolio share operation. This token is returned either by CreatePortfolioShare or by DeletePortfolioShare.

Returns:

  • (String)


1665
1666
1667
1668
1669
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1665

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