Struct rusoto_iam::GetSAMLProviderResponse [] [src]

pub struct GetSAMLProviderResponse {
    pub create_date: Option<String>,
    pub saml_metadata_document: Option<String>,
    pub valid_until: Option<String>,
}

Contains the response to a successful GetSAMLProvider request.

Fields

The date and time when the SAML provider was created.

The XML metadata document that includes information about an identity provider.

The expiration date and time for the SAML provider.

Trait Implementations

impl Default for GetSAMLProviderResponse
[src]

[src]

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

impl Debug for GetSAMLProviderResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetSAMLProviderResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more