Struct rusoto_servicecatalog::DescribeConstraintOutput [] [src]

pub struct DescribeConstraintOutput {
    pub constraint_detail: Option<ConstraintDetail>,
    pub constraint_parameters: Option<ConstraintParameters>,
    pub status: Option<Status>,
}

Fields

Detailed constraint information.

The current parameters associated with the specified constraint.

The status of the current request.

Trait Implementations

impl Default for DescribeConstraintOutput
[src]

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

impl Debug for DescribeConstraintOutput
[src]

Formats the value using the given formatter.

impl Clone for DescribeConstraintOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more