username property
Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
Implementation
@$pb.TagNumber(3)
$core.String get username => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set username($core.String v) {
$_setString(2, v);
}