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]

[src]

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

impl Debug for ProviderDescription
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ProviderDescription
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations