class Aws::RDS::Types::CreateDBSnapshotMessage
@note When making an API call, you may pass CreateDBSnapshotMessage
data as a hash: { db_snapshot_identifier: "String", # required db_instance_identifier: "String", # required tags: [ { key: "String", value: "String", }, ], }
@!attribute [rw] db_snapshot_identifier
The identifier for the DB snapshot. Constraints: * Can't be null, empty, or blank * Must contain from 1 to 255 letters, numbers, or hyphens * First character must be a letter * Can't end with a hyphen or contain two consecutive hyphens Example: `my-snapshot-id` @return [String]
@!attribute [rw] db_instance_identifier
The identifier of the DB instance that you want to create the snapshot of. Constraints: * Must match the identifier of an existing DBInstance. ^ @return [String]
@!attribute [rw] tags
A list of tags. For more information, see [Tagging Amazon RDS Resources][1] in the *Amazon RDS User Guide.* [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBSnapshotMessage AWS API Documentation
Constants
- SENSITIVE