Struct aws_sdk_securityhub::model::aws_secrets_manager_secret_details::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for AwsSecretsManagerSecretDetails
Implementations
Defines the rotation schedule for the secret.
Defines the rotation schedule for the secret.
Whether the rotation occurred within the specified rotation frequency.
Whether the rotation occurred within the specified rotation frequency.
The ARN, Key ID, or alias of the KMS key used to encrypt the
SecretString or SecretBinary values for versions of this
secret.
The ARN, Key ID, or alias of the KMS key used to encrypt the
SecretString or SecretBinary values for versions of this
secret.
Whether rotation is enabled.
Whether rotation is enabled.
The ARN of the Lambda function that rotates the secret.
The ARN of the Lambda function that rotates the secret.
Whether the secret is deleted.
The user-provided description of the secret.
The user-provided description of the secret.
Consumes the builder and constructs a AwsSecretsManagerSecretDetails
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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
