AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Contains the name and values of a manual DB snapshot attribute

Manual DB snapshot attributes are used to authorize other AWS accounts to restore a manual DB snapshot. For more information, see the ModifyDBSnapshotAttribute API.

Inheritance Hierarchy

System.Object
  Amazon.RDS.Model.DBSnapshotAttribute

Namespace: Amazon.RDS.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class DBSnapshotAttribute : Object

The DBSnapshotAttribute type exposes the following members

Constructors

NameDescription
Public Method DBSnapshotAttribute()

Properties

NameTypeDescription
Public Property AttributeName System.String Gets and sets the property AttributeName.

The name of the manual DB snapshot attribute.

An attribute name of restore applies to the list of AWS accounts that have permission to copy or restore the manual DB snapshot.

Public Property AttributeValues System.Collections.Generic.List<System.String> Gets and sets the property AttributeValues.

The value(s) for the manual DB snapshot attribute.

If the AttributeName field is restore, then this field returns a list of AWS account ids that are authorized to copy or restore the manual DB snapshot. If a value of all is in the list, then the manual DB snapshot is public and available for any AWS account to copy or restore.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1