Struct aws_sdk_iam::output::ResetServiceSpecificCredentialOutput [−][src]
#[non_exhaustive]pub struct ResetServiceSpecificCredentialOutput {
pub service_specific_credential: Option<ServiceSpecificCredential>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.service_specific_credential: Option<ServiceSpecificCredential>
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.
Implementations
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.
Creates a new builder-style object to manufacture ResetServiceSpecificCredentialOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for ResetServiceSpecificCredentialOutput
impl Sync for ResetServiceSpecificCredentialOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more