Amazon.ServiceCatalog.AmazonServiceCatalogClient.ListPortfolioAccess C# (CSharp) Метод

ListPortfolioAccess() публичный Метод

Lists the account IDs that have been authorized sharing of the specified portfolio.
/// The specified resource was not found. ///
public ListPortfolioAccess ( ListPortfolioAccessRequest request ) : ListPortfolioAccessResponse
request ListPortfolioAccessRequest Container for the necessary parameters to execute the ListPortfolioAccess service method.
Результат ListPortfolioAccessResponse
        public ListPortfolioAccessResponse ListPortfolioAccess(ListPortfolioAccessRequest request)
        {
            var marshaller = new ListPortfolioAccessRequestMarshaller();
            var unmarshaller = ListPortfolioAccessResponseUnmarshaller.Instance;

            return Invoke<ListPortfolioAccessRequest,ListPortfolioAccessResponse>(request, marshaller, unmarshaller);
        }
AmazonServiceCatalogClient