Expand description
The values for a manual Amazon RDS DB cluster snapshot attribute.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
AccountIds(Vec<String>)
The Amazon Web Services account IDs that have access to the manual Amazon RDS DB cluster snapshot. If the value all
is specified, then the Amazon RDS DB cluster snapshot is public and can be copied or restored by all Amazon Web Services accounts.
-
If the configuration is for an existing Amazon RDS DB cluster snapshot and you do not specify the
accountIds
inRdsDbClusterSnapshotAttributeValue
, then the access preview uses the existing sharedaccountIds
for the snapshot. -
If the access preview is for a new resource and you do not specify the specify the
accountIds
inRdsDbClusterSnapshotAttributeValue
, then the access preview considers the snapshot without any attributes. -
To propose deletion of existing shared
accountIds
, you can specify an empty list foraccountIds
in theRdsDbClusterSnapshotAttributeValue
.
Unknown
The Unknown
variant represents cases where new union variant was received. Consider upgrading the SDK to the latest available version.
An unknown enum variant
Note: If you encounter this error, consider upgrading your SDK to the latest version.
The Unknown
variant represents cases where the server sent a value that wasn’t recognized
by the client. This can happen when the server adds new functionality, but the client has not been updated.
To investigate this, consider turning on debug logging to print the raw HTTP response.
Implementations§
source§impl RdsDbClusterSnapshotAttributeValue
impl RdsDbClusterSnapshotAttributeValue
sourcepub fn as_account_ids(&self) -> Result<&Vec<String>, &Self>
pub fn as_account_ids(&self) -> Result<&Vec<String>, &Self>
Tries to convert the enum instance into AccountIds
, extracting the inner Vec
.
Returns Err(&Self)
if it can’t be converted.
sourcepub fn is_account_ids(&self) -> bool
pub fn is_account_ids(&self) -> bool
Returns true if this is a AccountIds
.
sourcepub fn is_unknown(&self) -> bool
pub fn is_unknown(&self) -> bool
Returns true if the enum instance is the Unknown
variant.
Trait Implementations§
source§impl Clone for RdsDbClusterSnapshotAttributeValue
impl Clone for RdsDbClusterSnapshotAttributeValue
source§fn clone(&self) -> RdsDbClusterSnapshotAttributeValue
fn clone(&self) -> RdsDbClusterSnapshotAttributeValue
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<RdsDbClusterSnapshotAttributeValue> for RdsDbClusterSnapshotAttributeValue
impl PartialEq<RdsDbClusterSnapshotAttributeValue> for RdsDbClusterSnapshotAttributeValue
source§fn eq(&self, other: &RdsDbClusterSnapshotAttributeValue) -> bool
fn eq(&self, other: &RdsDbClusterSnapshotAttributeValue) -> bool
self
and other
values to be equal, and is used
by ==
.