Struct rusoto_iam::CreateSAMLProviderResponse[][src]

pub struct CreateSAMLProviderResponse {
    pub saml_provider_arn: Option<String>,
}

Contains the response to a successful CreateSAMLProvider request.

Fields

The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.

Trait Implementations

impl Default for CreateSAMLProviderResponse
[src]

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

impl Debug for CreateSAMLProviderResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for CreateSAMLProviderResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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