Struct rusoto_iam::ListSAMLProvidersResponse [] [src]

pub struct ListSAMLProvidersResponse {
    pub saml_provider_list: Option<Vec<SAMLProviderListEntry>>,
}

Contains the response to a successful ListSAMLProviders request.

Fields

The list of SAML provider resource objects defined in IAM for this AWS account.

Trait Implementations

impl Default for ListSAMLProvidersResponse
[src]

[src]

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

impl Debug for ListSAMLProvidersResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListSAMLProvidersResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations