Struct rusoto_servicecatalog::CreateConstraintOutput[][src]

pub struct CreateConstraintOutput {
    pub constraint_detail: Option<ConstraintDetail>,
    pub constraint_parameters: Option<String>,
    pub status: Option<String>,
}

Fields

Information about the constraint.

The constraint parameters.

The status of the current request.

Trait Implementations

impl Default for CreateConstraintOutput
[src]

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

impl Debug for CreateConstraintOutput
[src]

Formats the value using the given formatter. Read more

impl Clone for CreateConstraintOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CreateConstraintOutput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations