Struct rusoto_servicecatalog::ConstraintSummary [] [src]

pub struct ConstraintSummary {
    pub description: Option<ConstraintDescription>,
    pub type_: Option<ConstraintType>,
}

An administrator-specified constraint to apply when provisioning a product.

Fields

The text description of the constraint.

The type of the constraint.

Trait Implementations

impl Default for ConstraintSummary
[src]

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

impl Debug for ConstraintSummary
[src]

Formats the value using the given formatter.

impl Clone for ConstraintSummary
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more