class Aws::ServiceCatalog::Types::DisassociatePrincipalFromPortfolioInput

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

data as a hash:

    {
      accept_language: "AcceptLanguage",
      portfolio_id: "Id", # required
      principal_arn: "PrincipalARN", # required
    }

@!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] principal_arn

The ARN of the principal (IAM user, role, or group).
@return [String]

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

Constants

SENSITIVE