class Aws::ServiceCatalog::Types::ListAcceptedPortfolioSharesInput

@note When making an API call, you may pass ListAcceptedPortfolioSharesInput

data as a hash:

    {
      accept_language: "AcceptLanguage",
      page_token: "PageToken",
      page_size: 1,
      portfolio_share_type: "IMPORTED", # accepts IMPORTED, AWS_SERVICECATALOG, AWS_ORGANIZATIONS
    }

@!attribute [rw] accept_language

The language code.

* `en` - English (default)

* `jp` - Japanese

* `zh` - Chinese
@return [String]

@!attribute [rw] page_token

The page token for the next set of results. To retrieve the first
set of results, use null.
@return [String]

@!attribute [rw] page_size

The maximum number of items to return with this call.
@return [Integer]

@!attribute [rw] portfolio_share_type

The type of shared portfolios to list. The default is to list
imported portfolios.

* `AWS_ORGANIZATIONS` - List portfolios shared by the management
  account of your organization

* `AWS_SERVICECATALOG` - List default portfolios

* `IMPORTED` - List imported portfolios
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListAcceptedPortfolioSharesInput AWS API Documentation

Constants

SENSITIVE