Struct rusoto_iam::CreateSAMLProviderResponse [] [src]

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

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.

impl Clone for CreateSAMLProviderResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more