class Aws::ServiceCatalog::Types::DescribePortfolioSharesInput

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

data as a hash:

    {
      portfolio_id: "Id", # required
      type: "ACCOUNT", # required, accepts ACCOUNT, ORGANIZATION, ORGANIZATIONAL_UNIT, ORGANIZATION_MEMBER_ACCOUNT
      page_token: "PageToken",
      page_size: 1,
    }

@!attribute [rw] portfolio_id

The unique identifier of the portfolio for which shares will be
retrieved.
@return [String]

@!attribute [rw] type

The type of portfolio share to summarize. This field acts as a
filter on the type of portfolio share, which can be one of the
following:

1\. `ACCOUNT` - Represents an external account to account share.

2\. `ORGANIZATION` - Represents a share to an organization. This
share is available to every account in the organization.

3\. `ORGANIZATIONAL_UNIT` - Represents a share to an organizational
unit.

4\. `ORGANIZATION_MEMBER_ACCOUNT` - Represents a share to an account
in the 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/DescribePortfolioSharesInput AWS API Documentation

Constants

SENSITIVE