Class: Aws::ServiceCatalog::Types::DescribePortfolioShareStatusInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicecatalog/types.rb

Overview

Note:

When making an API call, you may pass DescribePortfolioShareStatusInput data as a hash:

{
  portfolio_share_token: "PortfolioShareToken", # required
}

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)


1742
1743
1744
1745
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1742

class DescribePortfolioShareStatusInput < Struct.new(
  :portfolio_share_token)
  include Aws::Structure
end