class Aws::DocDB::Types::ModifyDBClusterSnapshotAttributeMessage
@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/ModifyDBClusterSnapshotAttributeMessage AWS API Documentation
@return [Array<String>]
cluster snapshot.
to the ‘restore` attribute can still copy or restore a manual DB
specify `all`, an AWS account whose account ID is explicitly added
copy or restore the DB cluster snapshot, set it to `all` . If you
account identifiers. To remove authorization for any AWS account to
manual DB cluster snapshot, set this list to include one or more AWS
To remove authorization for other AWS accounts to copy or restore a
attribute specified by `AttributeName`.
A list of DB cluster snapshot attributes to remove from the
@!attribute [rw] values_to_remove
@return [Array<String>]
don’t want to be available to all AWS accounts.
DB cluster snapshots that contain private information that you
account, set it to ‘all`. Do not add the `all` value for any manual
IDs. To make the manual DB cluster snapshot restorable by any AWS
cluster snapshot, set this list to include one or more AWS account
To authorize other AWS accounts to copy or restore a manual DB
specified by `AttributeName`.
A list of DB cluster snapshot attributes to add to the attribute
@!attribute [rw] values_to_add
@return [String]
manual DB cluster snapshot, set this value to `restore`.
To manage authorization for other AWS accounts to copy or restore a
The name of the DB cluster snapshot attribute to modify.
@!attribute [rw] attribute_name
@return [String]
for.
The identifier for the DB cluster snapshot to modify the attributes
@!attribute [rw] db_cluster_snapshot_identifier
}
values_to_remove: [“String”],
values_to_add: [“String”],
attribute_name: “String”, # required
db_cluster_snapshot_identifier: “String”, # required
{
data as a hash:
@note When making an API call, you may pass ModifyDBClusterSnapshotAttributeMessage
Represents the input to ModifyDBClusterSnapshotAttribute.