Class: Aws::ServiceCatalog::Types::UpdatePortfolioShareOutput

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 that tracks the status of the ‘UpdatePortfolioShare` operation for external account to account or organizational type sharing.

Returns:

  • (String)


6675
6676
6677
6678
6679
6680
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6675

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

#statusString

The status of ‘UpdatePortfolioShare` operation. You can also obtain the operation status using `DescribePortfolioShareStatus` API.

Returns:

  • (String)


6675
6676
6677
6678
6679
6680
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6675

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