Struct rusoto_iam::ListOpenIDConnectProvidersResponse[][src]

pub struct ListOpenIDConnectProvidersResponse {
    pub open_id_connect_provider_list: Option<Vec<OpenIDConnectProviderListEntry>>,
}

Contains the response to a successful ListOpenIDConnectProviders request.

Fields

The list of IAM OIDC provider resource objects defined in the AWS account.

Trait Implementations

impl Default for ListOpenIDConnectProvidersResponse
[src]

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

impl Debug for ListOpenIDConnectProvidersResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for ListOpenIDConnectProvidersResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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