Contains the result of a successful invocation of the following actions:
- CreateDBSnapshot
- DeleteDBSnapshot
This data type is used as a response element in the DescribeDBSnapshots action.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DBSnapshot
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DBSnapshot()()()() | Initializes a new instance of the DBSnapshot class | 
|  | AllocatedStorage | 
            Specifies the allocated storage size in gigabytes (GB).
             
             | 
|  | AvailabilityZone | 
            Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.
             
             | 
|  | DBInstanceIdentifier | 
            Specifies the DB instance identifier of the DB instance this DB snapshot was created from.
             
             | 
|  | DBSnapshotIdentifier | 
            Specifies the identifier for the DB snapshot.
             
             | 
|  | Engine | 
            Specifies the name of the database engine.
             
             | 
|  | EngineVersion | 
            Specifies the version of the database engine.
             
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | InstanceCreateTime | 
            Specifies the time (UTC) when the snapshot was taken.
             
             | 
|  | Iops | 
            Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.
             
             | 
|  | LicenseModel | 
            License model information for the restored DB instance.
             
             | 
|  | MasterUsername | 
            Provides the master username for the DB snapshot.
             
             | 
|  | OptionGroupName | 
            Provides the option group name for the DB snapshot.
             
             | 
|  | PercentProgress | 
            The percentage of the estimated data that has been transferred.
             
             | 
|  | Port | 
            Specifies the port that the database engine was listening on at the time of the snapshot.
             
             | 
|  | SnapshotCreateTime | 
            Provides the time (UTC) when the snapshot was taken.
             
             | 
|  | SnapshotType | 
            Provides the type of the DB snapshot.
             
             | 
|  | SourceRegion | 
            The region that the DB snapshot was created in or copied from.
             
             | 
|  | Status | 
            Specifies the status of this DB snapshot.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VpcId | 
            Provides the Vpc Id associated with the DB snapshot.
             
             | 
|  | WithAllocatedStorage(Int32) | Obsolete. 
            Sets the AllocatedStorage property
             | 
|  | WithAvailabilityZone(String) | Obsolete. 
            Sets the AvailabilityZone property
             | 
|  | WithDBInstanceIdentifier(String) | Obsolete. 
            Sets the DBInstanceIdentifier property
             | 
|  | WithDBSnapshotIdentifier(String) | Obsolete. 
            Sets the DBSnapshotIdentifier property
             | 
|  | WithEngine(String) | Obsolete. 
            Sets the Engine property
             | 
|  | WithEngineVersion(String) | Obsolete. 
            Sets the EngineVersion property
             | 
|  | WithInstanceCreateTime(DateTime) | Obsolete. 
            Sets the InstanceCreateTime property
             | 
|  | WithIops(Int32) | Obsolete. 
            Sets the Iops property
             | 
|  | WithLicenseModel(String) | Obsolete. 
            Sets the LicenseModel property
             | 
|  | WithMasterUsername(String) | Obsolete. 
            Sets the MasterUsername property
             | 
|  | WithOptionGroupName(String) | Obsolete. 
            Sets the OptionGroupName property
             | 
|  | WithPercentProgress(Int32) | Obsolete. 
            Sets the PercentProgress property
             | 
|  | WithPort(Int32) | Obsolete. 
            Sets the Port property
             | 
|  | WithSnapshotCreateTime(DateTime) | Obsolete. 
            Sets the SnapshotCreateTime property
             | 
|  | WithSnapshotType(String) | Obsolete. 
            Sets the SnapshotType property
             | 
|  | WithSourceRegion(String) | Obsolete. 
            Sets the SourceRegion property
             | 
|  | WithStatus(String) | Obsolete. 
            Sets the Status property
             | 
|  | WithVpcId(String) | Obsolete. 
            Sets the VpcId property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | DBSnapshot |