class Aws::ServiceCatalog::Types::RejectPortfolioShareInput

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

data as a hash:

    {
      accept_language: "AcceptLanguage",
      portfolio_id: "Id", # required
      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] portfolio_id

The portfolio identifier.
@return [String]

@!attribute [rw] portfolio_share_type

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

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

* `IMPORTED` - Reject imported portfolios.

* `AWS_SERVICECATALOG` - Not supported. (Throws
  ResourceNotFoundException.)

For example, `aws servicecatalog reject-portfolio-share
--portfolio-id "port-2qwzkwxt3y5fk" --portfolio-share-type
AWS_ORGANIZATIONS`
@return [String]

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

Constants

SENSITIVE