Struct rusoto_iam::DeleteSAMLProviderRequest [] [src]

pub struct DeleteSAMLProviderRequest {
    pub saml_provider_arn: ArnType,
}

Fields

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

Trait Implementations

impl Default for DeleteSAMLProviderRequest
[src]

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

impl Debug for DeleteSAMLProviderRequest
[src]

Formats the value using the given formatter.

impl Clone for DeleteSAMLProviderRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more