class Aws::ServiceCatalog::Types::AcceptPortfolioShareInput

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

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 accept. The default is to accept
imported portfolios.

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

* `IMPORTED` - Accept imported portfolios.

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

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

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

Constants

SENSITIVE