Struct lambda_runtime_types::rotate::Secret [−][src]
pub struct Secret<S> {
pub arn: String,
pub version_id: String,
pub inner: SecretContainer<S>,
}
This is supported on crate feature
rotate
only.Expand description
Secret returned by Secret Manager
Fields
arn: String
Arn to the secret
version_id: String
Secret version_id
inner: SecretContainer<S>
Inner custom secret
Trait Implementations
Auto Trait Implementations
impl<S> RefUnwindSafe for Secret<S> where
S: RefUnwindSafe,
impl<S> UnwindSafe for Secret<S> where
S: UnwindSafe,
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