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]

[src]

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

impl Debug for RulesConfigurationType
[src]

[src]

Formats the value using the given formatter.

impl Clone for RulesConfigurationType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more