Class: Aws::ServiceCatalog::Types::UpdatePortfolioShareOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::UpdatePortfolioShareOutput
- 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 that tracks the status of the ‘UpdatePortfolioShare` operation for external account to account or organizational type sharing.
-
#status ⇒ String
The status of ‘UpdatePortfolioShare` operation.
Instance Attribute Details
#portfolio_share_token ⇒ String
The token that tracks the status of the ‘UpdatePortfolioShare` operation for external account to account or organizational type sharing.
6725 6726 6727 6728 6729 6730 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6725 class UpdatePortfolioShareOutput < Struct.new( :portfolio_share_token, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of ‘UpdatePortfolioShare` operation. You can also obtain the operation status using `DescribePortfolioShareStatus` API.
6725 6726 6727 6728 6729 6730 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6725 class UpdatePortfolioShareOutput < Struct.new( :portfolio_share_token, :status) SENSITIVE = [] include Aws::Structure end |