#[non_exhaustive]pub struct ReplicateSecretToRegionsInput {
pub secret_id: Option<String>,
pub add_replica_regions: Option<Vec<ReplicaRegionType>>,
pub force_overwrite_replica_secret: bool,
}
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.secret_id: Option<String>
The ARN or name of the secret to replicate.
add_replica_regions: Option<Vec<ReplicaRegionType>>
A list of Regions in which to replicate the secret.
force_overwrite_replica_secret: bool
Specifies whether to overwrite a secret with the same name in the destination Region.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ReplicateSecretToRegions, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ReplicateSecretToRegions, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ReplicateSecretToRegions
>
Creates a new builder-style object to manufacture ReplicateSecretToRegionsInput
A list of Regions in which to replicate the secret.
Specifies whether to overwrite a secret with the same name in the destination Region.
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 ReplicateSecretToRegionsInput
impl Sync for ReplicateSecretToRegionsInput
impl Unpin for ReplicateSecretToRegionsInput
impl UnwindSafe for ReplicateSecretToRegionsInput
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