Struct rusoto_cloudformation::ParameterConstraints [] [src]

pub struct ParameterConstraints {
    pub allowed_values: Option<Vec<String>>,
}

A set of criteria that AWS CloudFormation uses to validate parameter values. Although other constraints might be defined in the stack template, AWS CloudFormation returns only the AllowedValues property.

Fields

A list of values that are permitted for a parameter.

Trait Implementations

impl Default for ParameterConstraints
[src]

[src]

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

impl Debug for ParameterConstraints
[src]

[src]

Formats the value using the given formatter.

impl Clone for ParameterConstraints
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more