Skip to main content

include/aws@services@rds_CreateDBSnapshotInput.hrl

-record(create_d_b_snapshot_input, {
    db_snapshot_identifier :: binary(),
    db_instance_identifier :: binary(),
    tags :: gleam@option:option(list(aws@services@rds:tag()))
}).