Struct rusoto_servicecatalog::DisassociatePrincipalFromPortfolioInput [] [src]

pub struct DisassociatePrincipalFromPortfolioInput {
    pub accept_language: Option<AcceptLanguage>,
    pub portfolio_id: Id,
    pub principal_arn: PrincipalARN,
}

Fields

The language code to use for this operation. Supported language codes are as follows:

"en" (English)

"jp" (Japanese)

"zh" (Chinese)

If no code is specified, "en" is used as the default.

The portfolio identifier.

The ARN representing the principal (IAM user, role, or group).

Trait Implementations

impl Default for DisassociatePrincipalFromPortfolioInput
[src]

Returns the "default value" for a type. Read more

impl Debug for DisassociatePrincipalFromPortfolioInput
[src]

Formats the value using the given formatter.

impl Clone for DisassociatePrincipalFromPortfolioInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more