Struct rusoto_iam::ResetServiceSpecificCredentialResponse[][src]

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

Fields

A structure with details about the updated service-specific credential, including the new password.

This is the only time that you can access the password. You cannot recover the password later, but you can reset it again.

Trait Implementations

impl Default for ResetServiceSpecificCredentialResponse
[src]

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

impl Debug for ResetServiceSpecificCredentialResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for ResetServiceSpecificCredentialResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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