Struct rusoto_iam::GetSAMLProviderRequest [] [src]

pub struct GetSAMLProviderRequest {
    pub saml_provider_arn: String,
}

Fields

The Amazon Resource Name (ARN) of the SAML provider resource object in IAM to get information about.

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

Trait Implementations

impl Default for GetSAMLProviderRequest
[src]

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

impl Debug for GetSAMLProviderRequest
[src]

Formats the value using the given formatter.

impl Clone for GetSAMLProviderRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more