Struct rusoto_iam::GetOpenIDConnectProviderRequest [] [src]

pub struct GetOpenIDConnectProviderRequest {
    pub open_id_connect_provider_arn: String,
}

Fields

The Amazon Resource Name (ARN) of the OIDC provider resource object in IAM to get information for. You can get a list of OIDC provider resource ARNs by using the ListOpenIDConnectProviders action.

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

Trait Implementations

impl Default for GetOpenIDConnectProviderRequest
[src]

[src]

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

impl Debug for GetOpenIDConnectProviderRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetOpenIDConnectProviderRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more