Struct rusoto_cognito_identity::RulesConfigurationType[][src]

pub struct RulesConfigurationType {
    pub rules: Vec<MappingRule>,
}

A container for rules.

Fields

An array of rules. You can specify up to 25 rules per identity provider.

Rules are evaluated in order. The first one to match specifies the role.

Trait Implementations

impl Default for RulesConfigurationType
[src]

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

impl Debug for RulesConfigurationType
[src]

Formats the value using the given formatter. Read more

impl Clone for RulesConfigurationType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for RulesConfigurationType
[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