Struct rusoto_cognito_idp::CodeDeliveryDetailsType [] [src]

pub struct CodeDeliveryDetailsType {
    pub attribute_name: Option<String>,
    pub delivery_medium: Option<String>,
    pub destination: Option<String>,
}

The type of code delivery details being returned from the server.

Fields

The name of the attribute in the code delivery details type.

The delivery medium (email message or phone number).

The destination for the code delivery details.

Trait Implementations

impl Default for CodeDeliveryDetailsType
[src]

[src]

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

impl Debug for CodeDeliveryDetailsType
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CodeDeliveryDetailsType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations