Struct rusoto_iam::CreateServiceSpecificCredentialResponse [] [src]

pub struct CreateServiceSpecificCredentialResponse {
    pub service_specific_credential: Option<ServiceSpecificCredential>,
}

Fields

A structure that contains information about the newly created service-specific credential.

This is the only time that the password for this credential set is available. It cannot be recovered later. Instead, you will have to reset the password with ResetServiceSpecificCredential.

Trait Implementations

impl Default for CreateServiceSpecificCredentialResponse
[src]

[src]

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

impl Debug for CreateServiceSpecificCredentialResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateServiceSpecificCredentialResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more