Struct rusoto_servicecatalog::CreateConstraintInput [] [src]

pub struct CreateConstraintInput {
    pub accept_language: Option<AcceptLanguage>,
    pub description: Option<ConstraintDescription>,
    pub idempotency_token: IdempotencyToken,
    pub parameters: ConstraintParameters,
    pub portfolio_id: Id,
    pub product_id: Id,
    pub type_: ConstraintType,
}

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 text description of the constraint.

A token to disambiguate duplicate requests. You can create multiple resources using the same input in multiple requests, provided that you also specify a different idempotency token for each request.

The constraint parameters.

The portfolio identifier.

The product identifier.

The type of the constraint.

Trait Implementations

impl Default for CreateConstraintInput
[src]

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

impl Debug for CreateConstraintInput
[src]

Formats the value using the given formatter.

impl Clone for CreateConstraintInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more