class Aws::ServiceCatalog::Types::DeletePortfolioShareInput

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

data as a hash:

    {
      accept_language: "AcceptLanguage",
      portfolio_id: "Id", # required
      account_id: "AccountId",
      organization_node: {
        type: "ORGANIZATION", # accepts ORGANIZATION, ORGANIZATIONAL_UNIT, ACCOUNT
        value: "OrganizationNodeValue",
      },
    }

@!attribute [rw] accept_language

The language code.

* `en` - English (default)

* `jp` - Japanese

* `zh` - Chinese
@return [String]

@!attribute [rw] portfolio_id

The portfolio identifier.
@return [String]

@!attribute [rw] account_id

The AWS account ID.
@return [String]

@!attribute [rw] organization_node

The organization node to whom you are going to stop sharing.
@return [Types::OrganizationNode]

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

Constants

SENSITIVE