Struct rusoto_servicecatalog::ConstraintDetail [] [src]

pub struct ConstraintDetail {
    pub constraint_id: Option<Id>,
    pub description: Option<ConstraintDescription>,
    pub owner: Option<AccountId>,
    pub type_: Option<ConstraintType>,
}

Detailed constraint information.

Fields

The identifier of the constraint.

The text description of the constraint.

The owner of the constraint.

The type of the constraint.

Trait Implementations

impl Default for ConstraintDetail
[src]

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

impl Debug for ConstraintDetail
[src]

Formats the value using the given formatter.

impl Clone for ConstraintDetail
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more