메소드 | 설명 | |
---|---|---|
CreateDBSnapshotRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
CreateDBSnapshotRequest ( string dbSnapshotIdentifier, string dbInstanceIdentifier ) : System |
Instantiates CreateDBSnapshotRequest with the parameterized properties
|
메소드 | 설명 | |
---|---|---|
IsSetDBInstanceIdentifier ( ) : bool | ||
IsSetDBSnapshotIdentifier ( ) : bool | ||
IsSetTags ( ) : bool |
public CreateDBSnapshotRequest ( string dbSnapshotIdentifier, string dbInstanceIdentifier ) : System | ||
dbSnapshotIdentifier | string | The identifier for the DB snapshot. Constraints:
my-snapshot-id |
dbInstanceIdentifier | string | The DB instance identifier. This is the unique key that identifies a DB instance. Constraints:
|
리턴 | System |