Struct rusoto_clouddirectory::Rule [] [src]

pub struct Rule {
    pub parameters: Option<HashMap<String, String>>,
    pub type_: Option<String>,
}

Contains an Amazon Resource Name (ARN) and parameters that are associated with the rule.

Fields

The minimum and maximum parameters that are associated with the rule.

The type of attribute validation rule.

Trait Implementations

impl Default for Rule
[src]

[src]

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

impl Debug for Rule
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Rule
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Rule

impl Sync for Rule