#[non_exhaustive]pub struct CancelRotateSecretInput { /* private fields */ }Implementations§
source§impl CancelRotateSecretInput
impl CancelRotateSecretInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CancelRotateSecret, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CancelRotateSecret, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CancelRotateSecret>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CancelRotateSecretInput.
source§impl CancelRotateSecretInput
impl CancelRotateSecretInput
sourcepub fn secret_id(&self) -> Option<&str>
pub fn secret_id(&self) -> Option<&str>
The ARN or name of the secret.
For an ARN, we recommend that you specify a complete ARN rather than a partial ARN. See Finding a secret from a partial ARN.
Trait Implementations§
source§impl Clone for CancelRotateSecretInput
impl Clone for CancelRotateSecretInput
source§fn clone(&self) -> CancelRotateSecretInput
fn clone(&self) -> CancelRotateSecretInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CancelRotateSecretInput
impl Debug for CancelRotateSecretInput
source§impl PartialEq<CancelRotateSecretInput> for CancelRotateSecretInput
impl PartialEq<CancelRotateSecretInput> for CancelRotateSecretInput
source§fn eq(&self, other: &CancelRotateSecretInput) -> bool
fn eq(&self, other: &CancelRotateSecretInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.