Struct rusoto_iam::SAMLProviderListEntry [] [src]

pub struct SAMLProviderListEntry {
    pub arn: Option<ArnType>,
    pub create_date: Option<DateType>,
    pub valid_until: Option<DateType>,
}

Contains the list of SAML providers for this account.

Fields

The Amazon Resource Name (ARN) of the SAML provider.

The date and time when the SAML provider was created.

The expiration date and time for the SAML provider.

Trait Implementations

impl Default for SAMLProviderListEntry
[src]

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

impl Debug for SAMLProviderListEntry
[src]

Formats the value using the given formatter.

impl Clone for SAMLProviderListEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more