Class: Aws::ServiceCatalog::Types::DescribePortfolioShareStatusInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::DescribePortfolioShareStatusInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#portfolio_share_token ⇒ String
The token for the portfolio share operation.
Instance Attribute Details
#portfolio_share_token ⇒ String
The token for the portfolio share operation. This token is returned either by CreatePortfolioShare or by DeletePortfolioShare.
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 |