You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ServiceCatalog::Types::ListPortfolioAccessInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListPortfolioAccessInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  accept_language: "AcceptLanguage",
  portfolio_id: "Id", # required
  organization_parent_id: "Id",
  page_token: "PageToken",
  page_size: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • en - English (default)

  • jp - Japanese

  • zh - Chinese

Returns:

  • (String)

    The language code.

#organization_parent_idString

The ID of an organization node the portfolio is shared with. All children of this node with an inherited portfolio share will be returned.

Returns:

  • (String)

    The ID of an organization node the portfolio is shared with.

#page_sizeInteger

The maximum number of items to return with this call.

Returns:

  • (Integer)

    The maximum number of items to return with this call.

#page_tokenString

The page token for the next set of results. To retrieve the first set of results, use null.

Returns:

  • (String)

    The page token for the next set of results.

#portfolio_idString

The portfolio identifier.

Returns:

  • (String)

    The portfolio identifier.