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)


1632
1633
1634
1635
1636
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1632

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