Class: Aws::ServiceCatalog::Types::UpdatePortfolioShareOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::UpdatePortfolioShareOutput
- Defined in:
- gems/aws-sdk-servicecatalog/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.
6562 6563 6564 6565 6566 6567 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6562 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.
6562 6563 6564 6565 6566 6567 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6562 class UpdatePortfolioShareOutput < Struct.new( :portfolio_share_token, :status) SENSITIVE = [] include Aws::Structure end |