class Aws::ServiceCatalog::Types::ListOrganizationPortfolioAccessInput

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

data as a hash:

    {
      accept_language: "AcceptLanguage",
      portfolio_id: "Id", # required
      organization_node_type: "ORGANIZATION", # required, accepts ORGANIZATION, ORGANIZATIONAL_UNIT, ACCOUNT
      page_token: "PageToken",
      page_size: 1,
    }

@!attribute [rw] accept_language

The language code.

* `en` - English (default)

* `jp` - Japanese

* `zh` - Chinese
@return [String]

@!attribute [rw] portfolio_id

The portfolio identifier. For example, `port-2abcdext3y5fk`.
@return [String]

@!attribute [rw] organization_node_type

The organization node type that will be returned in the output.

* `ORGANIZATION` - Organization that has access to the portfolio.

* `ORGANIZATIONAL_UNIT` - Organizational unit that has access to the
  portfolio within your organization.

* `ACCOUNT` - Account that has access to the portfolio within your
  organization.
@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]

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

Constants

SENSITIVE