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: "Id", # required
}

Constant Summary collapse

SENSITIVE =
[]

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)


1917
1918
1919
1920
1921
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1917

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