Struct rusoto_cognito_idp::ProviderDescription[][src]

pub struct ProviderDescription {
    pub creation_date: Option<f64>,
    pub last_modified_date: Option<f64>,
    pub provider_name: Option<String>,
    pub provider_type: Option<String>,
}

A container for identity provider details.

Fields

The date the provider was added to the user pool.

The date the provider was last modified.

The identity provider name.

The identity provider type.

Trait Implementations

impl Default for ProviderDescription
[src]

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

impl Debug for ProviderDescription
[src]

Formats the value using the given formatter. Read more

impl Clone for ProviderDescription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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