Struct rusoto_cognito_idp::AttributeType [] [src]

pub struct AttributeType {
    pub name: String,
    pub value: Option<String>,
}

Specifies whether the attribute is standard or custom.

Fields

The name of the attribute.

The value of the attribute.

Trait Implementations

impl Default for AttributeType
[src]

[src]

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

impl Debug for AttributeType
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AttributeType
[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 AttributeType

impl Sync for AttributeType